Skip to content

Commit 66797bb

Browse files
committed
Removed deprecated option '--no-suggest' from workflow
1 parent d5646e4 commit 66797bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
4343

4444
- name: Install dependencies
45-
run: composer install --prefer-dist --no-interaction --no-suggest
45+
run: composer install --prefer-dist --no-interaction
4646

4747
- name: Run phpcs
4848
run: composer cs-check -- -v

0 commit comments

Comments
 (0)