Skip to content

Commit

Permalink
Added exception for Symfony 7 tests with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Dec 9, 2023
1 parent afe53d1 commit 863edbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
matrix:
php: [ "8.1", "8.2", "8.3" ]
symfony: [ "5.3", "6.0", "7.0" ]
exclude:
- php: "8.1"
symfony: "7.0"

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

Expand Down

0 comments on commit 863edbd

Please sign in to comment.