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 043f7da commit 888d8a3Copy full SHA for 888d8a3
.github/workflows/run-tests.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Install dependencies
55
run: |
56
- 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
57
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
58
59
- name: Execute tests
0 commit comments