Skip to content

Commit 8b0f08a

Browse files
authored
Github Actions: remove --no-suggest (#157)
* Github Actions: remove `--no-suggest` * Update tests.yml
1 parent 954101c commit 8b0f08a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- uses: "ramsey/composer-install@v2"
5050
with:
51-
composer-options: "--prefer-dist --no-progress --no-suggest"
51+
composer-options: "--prefer-dist --no-progress"
5252

5353
- name: Setup mysql
5454
run: |
@@ -82,6 +82,6 @@ jobs:
8282

8383
- uses: "ramsey/composer-install@v2"
8484
with:
85-
composer-options: "--prefer-dist --no-progress --no-suggest"
85+
composer-options: "--prefer-dist --no-progress"
8686

8787
- run: vendor/bin/phpstan

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: "ramsey/composer-install@v2"
4949
with:
50-
composer-options: "--prefer-dist --no-progress --no-suggest"
50+
composer-options: "--prefer-dist --no-progress"
5151

5252
- name: Setup Problem Matchers for PHPUnit
5353
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
@@ -83,7 +83,7 @@ jobs:
8383

8484
- uses: "ramsey/composer-install@v2"
8585
with:
86-
composer-options: "--prefer-dist --no-progress --no-suggest"
86+
composer-options: "--prefer-dist --no-progress"
8787

8888
- name: Setup Problem Matchers for PHPUnit
8989
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

0 commit comments

Comments
 (0)