Skip to content

Commit 9e381f4

Browse files
committed
Update run-tests.yml
1 parent c48510c commit 9e381f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
coverage: pcov
6363

6464
- name: Install dependencies
65-
run: composer update --with="illuminate/framework:${{ matrix.laravel }}" --with="orchestra/testbench:${{ matrix.testbench }}" --prefer-dist --no-interaction --no-progress
65+
run: composer update --with="orchestra/testbench:${{ matrix.testbench }}" --prefer-dist --no-interaction --no-progress
6666

6767
- name: Execute tests
6868
run: vendor/bin/phpunit --coverage-clover=coverage.xml

0 commit comments

Comments
 (0)