Skip to content

Commit

Permalink
Merge pull request #20 from Codeception/phpunit11
Browse files Browse the repository at this point in the history
Support PHPUnit 11
  • Loading branch information
Naktibalda authored Feb 6, 2024
2 parents f3b6078 + a462caa commit e87f753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php: [7.4, 8.0, 8.1, 8.2]
php: [7.4, 8.0, 8.1, 8.2, 8.3]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"phpunit/phpunit": "^8.0|^9.0|^10.0"
"phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e87f753

Please sign in to comment.