Skip to content

Commit 330f52b

Browse files
committed
Removed deprecated option --no-suggest
1 parent 2a4a77b commit 330f52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Install dependencies
3131
if: steps.composer-cache.outputs.cache-hit != 'true'
32-
run: composer install --prefer-dist --no-progress --no-suggest
32+
run: composer install --prefer-dist --no-progress
3333

3434
- name: Coding Standard
3535
run: composer run-script cs
@@ -67,7 +67,7 @@ jobs:
6767
restore-keys: ${{ runner.os }}-php-${{ matrix.php }}-composer-
6868

6969
- name: Install dependencies
70-
run: composer install --prefer-dist --no-progress --no-suggest ${{ matrix.composer-args }}
70+
run: composer install --prefer-dist --no-progress ${{ matrix.composer-args }}
7171

7272
- name: Tests
7373
run: composer test

0 commit comments

Comments
 (0)