We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88bb70 commit a19f5b2Copy full SHA for a19f5b2
.github/workflows/ci.yml
@@ -40,4 +40,5 @@ jobs:
40
coverage: none
41
- run: composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
42
- run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
43
+ - run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
44
- run: vendor/bin/phpunit
0 commit comments