Skip to content

Commit 4e8a92f

Browse files
committed
Support PHPUnit 11
1 parent 9d94838 commit 4e8a92f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88

99
env:
10-
COMPOSER_ROOT_VERSION: 3.99.99
10+
COMPOSER_ROOT_VERSION: 4.99.99
1111

1212
strategy:
1313
matrix:
14-
php: [8.1, 8.2]
14+
php: [8.1, 8.2, 8.3]
1515

1616
steps:
1717
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ext-mbstring": "*",
2525
"codeception/codeception": "^5.0.8",
2626
"codeception/lib-web": "^1.0.1",
27-
"phpunit/phpunit": "^10.0",
27+
"phpunit/phpunit": "^10.0 || ^11.0",
2828
"symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0 || ^7.0",
2929
"symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0 || ^7.0"
3030
},

0 commit comments

Comments
 (0)