Skip to content

Commit aaf28db

Browse files
build: rebuild composer.lock to respect prefer-stable
ci: removed deprecated --no-suggest from composer install
1 parent 26a4418 commit aaf28db

File tree

3 files changed

+251
-306
lines changed

3 files changed

+251
-306
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Install dependencies
4545
run: |
46-
composer update --prefer-dist --no-interaction --no-suggest
46+
composer update --prefer-dist --no-interaction
4747
4848
- name: Run all QA tests
4949
if: ${{ always() }}

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
coverage: xdebug
3333

3434
- name: Install dependencies
35-
run: composer install --prefer-dist --no-progress --no-suggest
35+
run: composer install --prefer-dist --no-progress
3636

3737
- name: Test coverage
3838
run: |

0 commit comments

Comments
 (0)