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 49955ce commit 0977c21Copy full SHA for 0977c21
.github/workflows/run-tests.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Install dependencies
68
run: |
69
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
70
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
71
72
- name: Execute tests
0 commit comments