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 28a1ff8 commit 6fa766bCopy full SHA for 6fa766b
.github/workflows/run-tests.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Install dependencies
58
run: |
59
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
60
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
61
62
- name: Execute tests
0 commit comments