Skip to content

Commit

Permalink
This version requires PHPUnit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Feb 3, 2023
1 parent 6146df0 commit 32e9a19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

strategy:
matrix:
php: [8.0, 8.1]
php: [8.1, 8.2]

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
],
"homepage": "https://codeception.com/",
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-dom": "*",
"ext-json": "*",
"ext-mbstring": "*",
"codeception/codeception": "^5.0",
"codeception/codeception": "^5.0.8",
"codeception/lib-web": "^1.0.1",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^10.0",
"symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0",
"symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0"
},
"require-dev": {
"codeception/util-universalframework": "dev-master"
"codeception/util-universalframework": "^1.0"
},
"minimum-stability": "RC",
"autoload": {
Expand Down

0 comments on commit 32e9a19

Please sign in to comment.