Skip to content

Commit cf79e09

Browse files
chore: remove nestbot carbon requirement
1 parent 963981b commit cf79e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
5959
- name: Install dependencies
6060
run: |
61-
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.64" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
61+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
6262
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
6363
- name: Execute tests
6464
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)