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 662823e commit 5187255Copy full SHA for 5187255
.github/workflows/php.yml
@@ -21,7 +21,7 @@ jobs:
21
php-version: ${{ matrix.php-versions }}
22
23
- name: Install dependencies
24
- run: composer install --prefer-dist --no-progress --no-suggest
+ run: composer install --prefer-dist --no-progress
25
26
- name: Run test suite
27
run: composer test
0 commit comments