Skip to content

Commit 5cae7eb

Browse files
committed
Remove no-suggest
1 parent b38d20f commit 5cae7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: composer validate
2525

2626
- name: Install dependencies
27-
run: composer install --prefer-dist --no-progress --no-suggest
27+
run: composer install --prefer-dist --no-progress
2828

2929
- name: Run test suite
3030
run: composer run-script test

0 commit comments

Comments
 (0)