Skip to content

Commit

Permalink
Drop --no-suggest in github actions, cause it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
obstschale committed Jan 12, 2022
1 parent 1a1c965 commit 9d152f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: composer validate

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

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md
Expand Down

0 comments on commit 9d152f1

Please sign in to comment.