File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,14 @@ jobs:
29
29
steps :
30
30
- uses : graycoreio/github-actions-magento2/supported-version@main
31
31
id : supported-version
32
- - run : echo ${{ steps.supported-version.outputs.matrix }}
33
32
34
33
install-test :
35
34
needs : compute_matrix
36
35
strategy :
37
36
matrix : ${{ fromJSON(needs.compute_matrix.outputs.matrix) }}
38
37
runs-on : ubuntu-latest
39
38
steps :
40
- - uses : actions/checkout@v2
39
+ - uses : actions/checkout@v4
41
40
- uses : graycoreio/github-actions-magento2/installation-test@main
42
41
with :
43
42
composer_version : ${{ matrix.composer }}
Original file line number Diff line number Diff line change 23
23
outputs :
24
24
matrix : ${{ steps.supported-version.outputs.matrix }}
25
25
steps :
26
- - uses : actions/checkout@v2
27
26
- uses : graycoreio/github-actions-magento2/supported-version@main
28
27
id : supported-version
29
- - run : echo ${{ steps.supported-version.outputs.matrix }}
30
28
integration-workflow :
31
29
needs : compute_matrix
32
30
uses : graycoreio/github-actions-magento2/.github/workflows/integration.yaml@main
You can’t perform that action at this time.
0 commit comments