Skip to content

Commit

Permalink
Merge pull request #11 from Codeception/phpunit11
Browse files Browse the repository at this point in the history
Support PHPUnit 11
  • Loading branch information
Naktibalda committed Feb 6, 2024
2 parents 08ea766 + 6f2618f commit 01ff7f9
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
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,10 +16,10 @@
"php": "^8.0",
"ext-mbstring": "*",
"guzzlehttp/psr7": "^2.0",
"phpunit/phpunit": "^9.5 | ^10.0 | ^11.0",
"symfony/css-selector": ">=4.4.24 <8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5 | ^10.0",
"php-webdriver/webdriver": "^1.12"
},
"conflict": {
Expand Down

0 comments on commit 01ff7f9

Please sign in to comment.