Skip to content

Commit

Permalink
Remove deprecated no-suggest flag
Browse files Browse the repository at this point in the history
Composer v2 deprecates `--no-suggest` flag. And it won't be working anymore with Composer v3
  • Loading branch information
pH-7 committed Jun 9, 2023
1 parent 44f8ca8 commit fef6efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: composer validate --strict

- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-progress --no-suggest
run: composer install --prefer-dist --no-interaction --no-progress

- name: Run Test Suite
run: composer test

0 comments on commit fef6efd

Please sign in to comment.