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 fcf9744 commit ce2c0f3Copy full SHA for ce2c0f3
.github/workflows/run-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install dependencies
37
run: |
38
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.72.2" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
39
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
40
41
- name: Execute tests
0 commit comments