We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9f42c commit d2cb394Copy full SHA for d2cb394
.github/workflows/ci.yml
@@ -12,15 +12,15 @@ jobs:
12
outputs:
13
matrix: ${{ steps.supported-version.outputs.matrix }}
14
steps:
15
- - uses: graycoreio/github-actions-magento2/supported-version@v5.0.0
+ - uses: graycoreio/github-actions-magento2/supported-version@v5.1.0
16
id: supported-version
17
18
supported-version-latest:
19
runs-on: ubuntu-latest
20
21
22
23
24
25
with:
26
kind: latest
0 commit comments