We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1010c2 commit 3aff60bCopy full SHA for 3aff60b
1 file changed
.github/workflows/main.yml
@@ -25,9 +25,7 @@ jobs:
25
run: composer validate
26
27
- name: Install dependencies
28
- run: |
29
- composer require phpunit/phpunit "<=8.5.2" --no-update --ignore-platform-reqs
30
- composer install --prefer-dist --no-progress --no-interaction --no-suggest
+ run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
31
32
- name: Run test suite
33
run: php vendor/bin/codecept run
0 commit comments