Skip to content

Commit d8a705a

Browse files
committed
ci: use supported-version to calculate versions
1 parent 99340e2 commit d8a705a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [main, ci-test]
5+
branches: [main]
66
paths-ignore:
77
- 'docs/**'
88

@@ -12,15 +12,15 @@ jobs:
1212
outputs:
1313
matrix: ${{ steps.supported-version.outputs.matrix }}
1414
steps:
15-
- uses: graycoreio/github-actions-magento2/supported-version@v5
15+
- uses: graycoreio/github-actions-magento2/supported-version@v5.1.0
1616
id: supported-version
1717

1818
supported-version-latest:
1919
runs-on: ubuntu-latest
2020
outputs:
2121
matrix: ${{ steps.supported-version.outputs.matrix }}
2222
steps:
23-
- uses: graycoreio/github-actions-magento2/supported-version@v5
23+
- uses: graycoreio/github-actions-magento2/supported-version@v5.1.0
2424
id: supported-version
2525
with:
2626
kind: latest

0 commit comments

Comments
 (0)