We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f03dd3 commit cc571baCopy full SHA for cc571ba
.github/workflows/main.yml
@@ -24,9 +24,7 @@ jobs:
24
run: composer validate
25
26
- name: Install dependencies
27
- run: |
28
- composer require phpunit/phpunit "<=8.5.2" --no-update --ignore-platform-reqs
29
- composer install --prefer-dist --no-progress --no-interaction --no-suggest
+ run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
30
31
- name: Run test suite
32
run: |
composer.json
@@ -17,8 +17,8 @@
17
"require": {
18
"php": ">=5.6.0 <8.0",
19
"guzzlehttp/guzzle": "^6.3.0|^7.0.0",
20
- "codeception/lib-innerbrowser": "^1.0",
21
- "codeception/codeception": "^4.0"
+ "codeception/lib-innerbrowser": "^1.3.2",
+ "codeception/codeception": "*@dev"
22
},
23
"require-dev": {
"codeception/util-robohelpers": "dev-master",
0 commit comments