Skip to content

Commit 29e1511

Browse files
committed
ci: composer option no-suggest is deprecated
1 parent d0d98b5 commit 29e1511

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
40-
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
40+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4141
4242
- name: Execute tests
4343
run: composer test

0 commit comments

Comments
 (0)