Skip to content

Commit

Permalink
Support PHPUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Feb 6, 2024
1 parent 08ea766 commit 6f2618f
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: [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
Original file line number Diff line number Diff line change
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 6f2618f

Please sign in to comment.