Skip to content

Commit 5187255

Browse files
committed
ci: remove deprecated composer flag
1 parent 662823e commit 5187255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
php-version: ${{ matrix.php-versions }}
2222

2323
- name: Install dependencies
24-
run: composer install --prefer-dist --no-progress --no-suggest
24+
run: composer install --prefer-dist --no-progress
2525

2626
- name: Run test suite
2727
run: composer test

0 commit comments

Comments
 (0)