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 941543f commit c7f46cfCopy full SHA for c7f46cf
.github/workflows/run-tests.yml
@@ -60,7 +60,8 @@ jobs:
60
61
- name: Install dependencies
62
run: |
63
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/support:${{ matrix.laravel }}" --no-interaction --no-update
64
+ composer require "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
65
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
66
67
- name: Execute tests
0 commit comments