Skip to content

Commit 32e9a19

Browse files
committed
This version requires PHPUnit 10
1 parent 6146df0 commit 32e9a19

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111

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

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
],
1919
"homepage": "https://codeception.com/",
2020
"require": {
21-
"php": "^8.0",
21+
"php": "^8.1",
2222
"ext-dom": "*",
2323
"ext-json": "*",
2424
"ext-mbstring": "*",
25-
"codeception/codeception": "^5.0",
25+
"codeception/codeception": "^5.0.8",
2626
"codeception/lib-web": "^1.0.1",
27-
"phpunit/phpunit": "^9.5",
27+
"phpunit/phpunit": "^10.0",
2828
"symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0",
2929
"symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0"
3030
},
3131
"require-dev": {
32-
"codeception/util-universalframework": "dev-master"
32+
"codeception/util-universalframework": "^1.0"
3333
},
3434
"minimum-stability": "RC",
3535
"autoload": {

0 commit comments

Comments
 (0)