Skip to content

Commit

Permalink
Remove deprecated 聽composer --no-suggest option
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jun 9, 2023
1 parent 534a58a commit 5261b6d
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 @@ -45,7 +45,7 @@ jobs:
run: composer validate --strict

- name: Install dependencies for PHP
run: composer update --no-interaction --no-progress --no-suggest
run: composer update --no-interaction --no-progress

- name: Run test suite
run: composer test

0 comments on commit 5261b6d

Please sign in to comment.