Skip to content

Commit

Permalink
Merge pull request #82 from Codeception/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies to support PHPUnit 10
  • Loading branch information
Naktibalda committed Feb 10, 2023
2 parents 8524425 + 81d21d3 commit 75f2fdf
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
Expand Up @@ -8,11 +8,11 @@ jobs:

strategy:
matrix:
php: [8.0, 8.1]
php: [8.0, 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
Expand Up @@ -16,16 +16,16 @@
"name":"Michael Bodnarchuk"
}
],
"minimum-stability": "dev",
"minimum-stability": "RC",
"require": {
"php": "^8.0",
"codeception/codeception": "^5.0.0-RC6",
"codeception/lib-innerbrowser": "^3.0"
"codeception/codeception": "^5.0.8",
"codeception/lib-innerbrowser": "^3.0 | ^4.0"
},
"require-dev": {
"yiisoft/yii2": "dev-master",
"yiisoft/yii2-app-advanced": "dev-master",
"codeception/verify": "^2.2",
"codeception/verify": "^3.0",
"codemix/yii2-localeurls": "^1.7",
"codeception/module-asserts": "^3.0",
"codeception/module-filesystem": "^3.0"
Expand Down

0 comments on commit 75f2fdf

Please sign in to comment.