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 2b14426 commit b205402Copy full SHA for b205402
.github/workflows/run-tests.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Install dependencies
61
run: |
62
- 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
63
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
64
65
- name: Setup Problem Matches
0 commit comments