Skip to content

Commit c572184

Browse files
committed
Simplify workflow
1 parent d34cf7a commit c572184

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747

4848
- name: Install dependencies
4949
run: |
50-
composer require "laravel/framework:${{ matrix.illuminate }}" --no-interaction --no-update
51-
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
50+
composer require "laravel/framework:${{ matrix.illuminate }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5251
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5352
5453
- name: Execute tests

0 commit comments

Comments
 (0)