Skip to content

Commit 9c67bb0

Browse files
committed
Rem deprecation
1 parent 07f1da1 commit 9c67bb0

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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Composer dependencies
3131
run: |
3232
composer config --no-interaction allow-plugins.composer/installers true
33-
composer install --no-interaction --no-progress --no-suggest --no-scripts
33+
composer install --no-interaction --no-progress --no-scripts
3434
3535
- name: Run Tests
3636
run: ./vendor/bin/phpunit ./tests

0 commit comments

Comments
 (0)