We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48510c commit 9e381f4Copy full SHA for 9e381f4
.github/workflows/run-tests.yml
@@ -62,7 +62,7 @@ jobs:
62
coverage: pcov
63
64
- name: Install dependencies
65
- run: composer update --with="illuminate/framework:${{ matrix.laravel }}" --with="orchestra/testbench:${{ matrix.testbench }}" --prefer-dist --no-interaction --no-progress
+ run: composer update --with="orchestra/testbench:${{ matrix.testbench }}" --prefer-dist --no-interaction --no-progress
66
67
- name: Execute tests
68
run: vendor/bin/phpunit --coverage-clover=coverage.xml
0 commit comments