Skip to content

Commit

Permalink
[Maintenance] Support for PHPUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Jun 25, 2024
1 parent 4711854 commit ca6ac18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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: [8.1, 8.2, 8.3]
symfony: [6.4.*, 7.0.*]
phpunit: [^9.0, ^10.0]
phpunit: [^9.0, ^10.0, ^11.0]
php-matcher: [^6.0]
exclude:
- php: 8.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"doctrine/orm": "^2.5",
"nelmio/alice": "^3.6",
"phpspec/php-diff": "^1.1",
"phpunit/phpunit": "^9.0 || ^10.0",
"phpunit/phpunit": "^9.0 || ^10.0 || ^11.0",
"symfony/browser-kit": "^6.4 || ^7.0",
"symfony/finder": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
Expand Down

0 comments on commit ca6ac18

Please sign in to comment.