We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e25b1 commit 0b08ccbCopy full SHA for 0b08ccb
.github/workflows/run-tests.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Install dependencies
48
run: |
49
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
50
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
51
52
- name: Execute tests
0 commit comments