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 06e8185 commit 6cc508cCopy full SHA for 6cc508c
.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: php vendor/bin/codecept run
0 commit comments