Skip to content

Commit c7f46cf

Browse files
committed
Update workflow
1 parent 941543f commit c7f46cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060

6161
- name: Install dependencies
6262
run: |
63-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
63+
composer require "laravel/support:${{ matrix.laravel }}" --no-interaction --no-update
64+
composer require "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
6465
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
6566
6667
- name: Execute tests

0 commit comments

Comments
 (0)