Skip to content

Commit 01ff7f9

Browse files
authored
Merge pull request #11 from Codeception/phpunit11
Support PHPUnit 11
2 parents 08ea766 + 6f2618f commit 01ff7f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [8.0, 8.1, 8.2]
11+
php: [8.0, 8.1, 8.2, 8.3]
1212

1313
steps:
1414
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"php": "^8.0",
1717
"ext-mbstring": "*",
1818
"guzzlehttp/psr7": "^2.0",
19+
"phpunit/phpunit": "^9.5 | ^10.0 | ^11.0",
1920
"symfony/css-selector": ">=4.4.24 <8.0"
2021
},
2122
"require-dev": {
22-
"phpunit/phpunit": "^9.5 | ^10.0",
2323
"php-webdriver/webdriver": "^1.12"
2424
},
2525
"conflict": {

0 commit comments

Comments
 (0)