Skip to content

Commit 35d560b

Browse files
committed
Remove deprecated option --no-suggest [skip ci]
1 parent dd95f9d commit 35d560b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install dependencies
5353
run: |
5454
composer require "illuminate/contracts:${{ matrix.laravel }}" "swisnl/illuminate-collections:${{ matrix.laravel }}" --no-interaction --no-update
55-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
55+
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5656
5757
- name: Execute tests
5858
run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

0 commit comments

Comments
 (0)