Skip to content

Commit 3a3f8b1

Browse files
authored
Drop deprecated --no-suggest in CI (#53)
1 parent 3924b8a commit 3a3f8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
php-version: ${{ matrix.php-version }}
2525
-
2626
name: Install dependencies
27-
run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
27+
run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction
2828
-
2929
name: Run checks and tests
3030
run: composer check

0 commit comments

Comments
 (0)