Skip to content

Commit

Permalink
Bump min PHPUnit version for PHP8.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Nov 8, 2024
1 parent e1fd11e commit 621a549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

php-code-coverage-version:
- "^11.0"
- "^10.1"
- "^10.1.16"

symfony-version:
- "^7.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.49.0",
"phpunit/phpunit": "^10.1||^11.0",
"phpunit/phpunit": "^10.5.8||^11.4.3",
"symfony/filesystem": "^5.0||^6.0||^7.0"
},
"suggest": {
Expand Down

0 comments on commit 621a549

Please sign in to comment.