Skip to content

Commit 1c10ee7

Browse files
committed
ci: only run on 8.3+
1 parent f6e09e3 commit 1c10ee7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: [ 8.1, 8.2, 8.3, 8.4 ]
15+
php: [ 8.3, 8.4 ]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
needs: [ composer ]
4343
strategy:
4444
matrix:
45-
php: [ 8.1, 8.2, 8.3, 8.4 ]
45+
php: [ 8.3, 8.4 ]
4646

4747
outputs:
4848
coverage: ${{ steps.store-coverage.outputs.coverage_text }}
@@ -77,7 +77,7 @@ jobs:
7777
needs: [ phpunit ]
7878
strategy:
7979
matrix:
80-
php: [ 8.1, 8.2, 8.3, 8.4 ]
80+
php: [ 8.3, 8.4 ]
8181

8282
steps:
8383
- uses: actions/checkout@v4
@@ -98,7 +98,7 @@ jobs:
9898
needs: [ composer ]
9999
strategy:
100100
matrix:
101-
php: [ 8.1, 8.2, 8.3, 8.4 ]
101+
php: [ 8.3, 8.4 ]
102102

103103
steps:
104104
- uses: actions/download-artifact@v4
@@ -120,7 +120,7 @@ jobs:
120120
needs: [ composer ]
121121
strategy:
122122
matrix:
123-
php: [ 8.1, 8.2, 8.3, 8.4 ]
123+
php: [ 8.3, 8.4 ]
124124

125125
steps:
126126
- uses: actions/download-artifact@v4
@@ -144,7 +144,7 @@ jobs:
144144
needs: [ composer ]
145145
strategy:
146146
matrix:
147-
php: [ 8.1, 8.2, 8.3, 8.4 ]
147+
php: [ 8.3, 8.4 ]
148148

149149
steps:
150150
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)