Skip to content

Commit

Permalink
Drop PHPUnit 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 18, 2024
1 parent d89fa18 commit 8d21af3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
php: ['8.1', '8.2', '8.3']
phpunit: ['9', '10', '11']
phpunit: ['10', '11']
exclude:
- php: '8.1'
phpunit: '11'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.1",
"phpunit/phpunit": "^9.0 || ^10.0 || ^11.0"
"phpunit/phpunit": "^10.0 || ^11.0"
},
"autoload": {
"psr-4": {
Expand Down
25 changes: 0 additions & 25 deletions phpunit.9.xml

This file was deleted.

0 comments on commit 8d21af3

Please sign in to comment.