Skip to content

Commit 155fe11

Browse files
committed
wip
1 parent ed8483d commit 155fe11

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
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install dependencies
5757
run: |
5858
composer install
59-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
59+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --dev --no-update
6060
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
6161
6262
- name: Execute tests

0 commit comments

Comments
 (0)