Skip to content

Commit a67bdac

Browse files
committed
drop php 8.1 from test matrix (#25)
1 parent 6c83429 commit a67bdac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [8.1, 8.2, 8.3, 8.4]
12+
php: [8.2, 8.3, 8.4]
1313
symfony: [5.4.*, 6.4.*, 7.0.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
exclude:
16-
- php: 8.1
17-
symfony: 7.0.*
1816
- php: 8.4
1917
symfony: 5.4.*
2018
- php: 8.4

0 commit comments

Comments
 (0)