We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b990596 commit 474ad08Copy full SHA for 474ad08
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Install dependencies
36
run: |
37
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
38
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
39
40
- name: Execute tests
0 commit comments