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 963981b commit cf79e09Copy full SHA for cf79e09
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
59
- name: Install dependencies
60
run: |
61
- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.64" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
62
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
63
- name: Execute tests
64
run: vendor/bin/phpunit
0 commit comments