Skip to content

Commit

Permalink
Merge pull request #198 from lchrusciel/deps-update
Browse files Browse the repository at this point in the history
[Maintenance] Support for PHPUnit 11
  • Loading branch information
lchrusciel authored Jun 25, 2024
2 parents 4711854 + 0076e99 commit 10bd0e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ 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
symfony: 7.0.*
- php: 8.1
phpunit: ^11.0

steps:
- uses: "actions/checkout@v4"
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 10bd0e8

Please sign in to comment.