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 2a4a77b commit 330f52bCopy full SHA for 330f52b
.github/workflows/main.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Install dependencies
31
if: steps.composer-cache.outputs.cache-hit != 'true'
32
- run: composer install --prefer-dist --no-progress --no-suggest
+ run: composer install --prefer-dist --no-progress
33
34
- name: Coding Standard
35
run: composer run-script cs
@@ -67,7 +67,7 @@ jobs:
67
restore-keys: ${{ runner.os }}-php-${{ matrix.php }}-composer-
68
69
70
- run: composer install --prefer-dist --no-progress --no-suggest ${{ matrix.composer-args }}
+ run: composer install --prefer-dist --no-progress ${{ matrix.composer-args }}
71
72
- name: Tests
73
run: composer test
0 commit comments