We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3924b8a commit 3a3f8b1Copy full SHA for 3a3f8b1
.github/workflows/checks.yml
@@ -24,7 +24,7 @@ jobs:
24
php-version: ${{ matrix.php-version }}
25
-
26
name: Install dependencies
27
- run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
+ run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction
28
29
name: Run checks and tests
30
run: composer check
0 commit comments