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 b38d20f commit 5cae7ebCopy full SHA for 5cae7eb
.github/workflows/phpunit.yml
@@ -24,7 +24,7 @@ jobs:
24
run: composer validate
25
26
- name: Install dependencies
27
- run: composer install --prefer-dist --no-progress --no-suggest
+ run: composer install --prefer-dist --no-progress
28
29
- name: Run test suite
30
run: composer run-script test
0 commit comments