Skip to content

Commit 400b687

Browse files
Update phpunit.yml
1 parent 634eaf7 commit 400b687

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ "8.1", "8.2", "8.3" ]
13-
symfony: [ "5.3", "6.0", "7.0" ]
14-
exclude:
15-
- php: "8.1"
16-
symfony: "7.0"
12+
php: [ "8.2", "8.3" ]
13+
symfony: [ "6.0", "7.0" ]
1714

1815
name: PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }} ${{ matrix.prefer }}
1916

0 commit comments

Comments
 (0)