Skip to content

Commit

Permalink
Exclude unsupported PHP versions from PHPUnit 10 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Feb 13, 2023
1 parent 2db74c9 commit b386f1e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
php: [7.4, 8.0, 8.1]
symfony: [4.4.*, 5.4.*, 6.0.*]
phpunit: [^8.0, ^9.0]
phpunit: [^8.0, ^9.0, ^10.0]
php-matcher: [^5.0, ^6.0]
exclude:
-
Expand All @@ -34,6 +34,12 @@ jobs:
-
php: 7.4
symfony: 6.0.*
-
php: 7.4
phpunit: ^10.0
-
php: 8.0
phpunit: ^10.0

steps:
- uses: "actions/checkout@v2"
Expand Down

0 comments on commit b386f1e

Please sign in to comment.