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.
--no-suggest
1 parent dd95f9d commit 35d560bCopy full SHA for 35d560b
.github/workflows/tests.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install dependencies
53
run: |
54
composer require "illuminate/contracts:${{ matrix.laravel }}" "swisnl/illuminate-collections:${{ matrix.laravel }}" --no-interaction --no-update
55
- composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
+ composer update --${{ matrix.stability }} --prefer-dist --no-interaction
56
57
- name: Execute tests
58
run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
0 commit comments