We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34cf7a commit c572184Copy full SHA for c572184
.github/workflows/tests.yml
@@ -47,8 +47,7 @@ jobs:
47
48
- name: Install dependencies
49
run: |
50
- composer require "laravel/framework:${{ matrix.illuminate }}" --no-interaction --no-update
51
- composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.illuminate }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
52
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
53
54
- name: Execute tests
0 commit comments