Skip to content

Commit e87f753

Browse files
authored
Merge pull request #20 from Codeception/phpunit11
Support PHPUnit 11
2 parents f3b6078 + a462caa commit e87f753

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: [7.4, 8.0, 8.1, 8.2]
11+
php: [7.4, 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
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"phpunit/phpunit": "^8.0|^9.0|^10.0"
17+
"phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)