Skip to content

Commit

Permalink
Removed deprecated option --no-suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 29, 2021
1 parent afe80da commit 20a41d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress

- name: Coding Standard
run: composer run-script cs
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
restore-keys: ${{ runner.os }}-php-${{ matrix.php }}-composer-

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

- name: Tests
run: composer test
Expand Down

0 comments on commit 20a41d0

Please sign in to comment.