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 d5646e4 commit 66797bbCopy full SHA for 66797bb
.github/workflows/Test.yml
@@ -42,7 +42,7 @@ jobs:
42
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
43
44
- name: Install dependencies
45
- run: composer install --prefer-dist --no-interaction --no-suggest
+ run: composer install --prefer-dist --no-interaction
46
47
- name: Run phpcs
48
run: composer cs-check -- -v
0 commit comments