Skip to content

Commit 863edbd

Browse files
Added exception for Symfony 7 tests with PHP 8.1
1 parent afe53d1 commit 863edbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
matrix:
1212
php: [ "8.1", "8.2", "8.3" ]
1313
symfony: [ "5.3", "6.0", "7.0" ]
14+
exclude:
15+
- php: "8.1"
16+
symfony: "7.0"
1417

1518
name: PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }} ${{ matrix.prefer }}
1619

0 commit comments

Comments
 (0)