Skip to content

Commit b9d6381

Browse files
committed
ci: remove deprecated --no-suggest
1 parent 67764a9 commit b9d6381

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
php-version: '7.4'
2121
extensions: msgpack, igbinary
2222
- name: Install dependencies
23-
run: composer install --no-ansi --no-interaction --no-scripts --no-suggest --prefer-dist
23+
run: composer install --no-ansi --no-interaction --no-scripts --prefer-dist
2424
- name: Run PHP CS Fixer
2525
run: composer php-cs-fixer
2626
- name: Run PHPStan
@@ -42,7 +42,7 @@ jobs:
4242
php-version: ${{ matrix.php-versions }}
4343
extensions: msgpack, igbinary
4444
- name: Install dependencies
45-
run: composer install --no-ansi --no-interaction --no-scripts --no-suggest --prefer-dist
45+
run: composer install --no-ansi --no-interaction --no-scripts --prefer-dist
4646
- name: Install WordPress
4747
run: .github/workflows/install-wp.sh
4848
- name: Run unit tests

0 commit comments

Comments
 (0)