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:
2929 steps :
3030 - uses : graycoreio/github-actions-magento2/supported-version@main
3131 id : supported-version
32- - run : echo ${{ steps.supported-version.outputs.matrix }}
3332
3433 install-test :
3534 needs : compute_matrix
3635 strategy :
3736 matrix : ${{ fromJSON(needs.compute_matrix.outputs.matrix) }}
3837 runs-on : ubuntu-latest
3938 steps :
40- - uses : actions/checkout@v2
39+ - uses : actions/checkout@v4
4140 - uses : graycoreio/github-actions-magento2/installation-test@main
4241 with :
4342 composer_version : ${{ matrix.composer }}
Original file line number Diff line number Diff line change 2323 outputs :
2424 matrix : ${{ steps.supported-version.outputs.matrix }}
2525 steps :
26- - uses : actions/checkout@v2
2726 - uses : graycoreio/github-actions-magento2/supported-version@main
2827 id : supported-version
29- - run : echo ${{ steps.supported-version.outputs.matrix }}
3028 integration-workflow :
3129 needs : compute_matrix
3230 uses : graycoreio/github-actions-magento2/.github/workflows/integration.yaml@main
You can’t perform that action at this time.
0 commit comments