We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--no-suggest
1 parent 67764a9 commit b9d6381Copy full SHA for b9d6381
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
php-version: '7.4'
21
extensions: msgpack, igbinary
22
- name: Install dependencies
23
- run: composer install --no-ansi --no-interaction --no-scripts --no-suggest --prefer-dist
+ run: composer install --no-ansi --no-interaction --no-scripts --prefer-dist
24
- name: Run PHP CS Fixer
25
run: composer php-cs-fixer
26
- name: Run PHPStan
@@ -42,7 +42,7 @@ jobs:
42
php-version: ${{ matrix.php-versions }}
43
44
45
46
- name: Install WordPress
47
run: .github/workflows/install-wp.sh
48
- name: Run unit tests
0 commit comments