We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40e062 commit 31c55baCopy full SHA for 31c55ba
1 file changed
.github/workflows/check-extension.yaml
@@ -27,13 +27,13 @@ jobs:
27
outputs:
28
matrix: ${{ steps.supported-version.outputs.matrix }}
29
steps:
30
- - uses: graycoreio/github-actions-magento2/supported-version@main
+ - uses: graycoreio/github-actions-magento2/supported-version@v8.2.0
31
id: supported-version
32
with:
33
include_services: true
34
check-extension:
35
needs: compute_matrix
36
- uses: graycoreio/github-actions-magento2/.github/workflows/check-extension.yaml@main
+ uses: graycoreio/github-actions-magento2/.github/workflows/check-extension.yaml@v8.2.0
37
38
matrix: ${{ needs.compute_matrix.outputs.matrix }}
39
fail-fast: false
0 commit comments