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 4f382fc commit 0e3d184Copy full SHA for 0e3d184
1 file changed
.github/workflows/php.yml
@@ -157,8 +157,9 @@ jobs:
157
158
- name: Install dependencies
159
run: |
160
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
161
- composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --no-interaction --with-all-dependencies
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
+ composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
162
+ composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --no-interaction
163
164
- name: Create SQLite database
165
run: touch testbench.sqlite
0 commit comments