Skip to content

Commit

Permalink
ci: composer option no-suggest is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
xel1045 committed Oct 16, 2023
1 parent b6b208f commit a11121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Execute tests
run: composer test
Expand Down

0 comments on commit a11121c

Please sign in to comment.