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 af770e2 commit 5c3a4d6Copy full SHA for 5c3a4d6
.github/workflows/ci-test.yml
@@ -45,7 +45,7 @@ jobs:
45
run: composer validate --strict
46
47
- name: Install dependencies for PHP
48
- run: composer update --no-interaction --no-progress --no-suggest
+ run: composer update --no-interaction
49
50
- name: Run test suite
51
run: composer test
0 commit comments