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 b881052 commit d97cd6dCopy full SHA for d97cd6d
.github/workflows/tests.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Install dependencies
45
run: |
46
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --with-all-dependencies
47
composer update --prefer-stable --prefer-dist --no-interaction --with-all-dependencies
48
49
- name: Execute tests
0 commit comments