We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f099709 commit d080a4cCopy full SHA for d080a4c
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Install dependencies
54
run: |
55
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "orchestra/database:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
56
composer update --${{ matrix.prefer }} --prefer-dist --no-interaction --no-suggest
57
58
- name: Run tests
0 commit comments