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 afd24a2 commit 372be11Copy full SHA for 372be11
.github/workflows/run-tests.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Install dependencies
45
run: |
46
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "orchestra/workbench:${{ matrix.workbench }}" "nesbot/carbon:^2.64.1" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "orchestra/workbench:${{ matrix.workbench }}" --no-interaction --no-update
47
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
48
49
- name: Execute tests
0 commit comments