Skip to content

Commit 8863e2b

Browse files
wip
1 parent a5d8327 commit 8863e2b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ jobs:
1919
include:
2020
- laravel: 11.*
2121
testbench: 9.*
22-
carbon: ^2.63
2322
- laravel: 10.*
2423
testbench: 8.*
25-
carbon: ^2.63
2624
- laravel: 9.*
2725
testbench: 7.*
28-
carbon: ^2.63
2926
exclude:
3027
- laravel: 11.*
3128
php: 8.1
@@ -54,7 +51,7 @@ jobs:
5451
5552
- name: Install dependencies
5653
run: |
57-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
54+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5855
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5956
6057
- name: Execute tests

0 commit comments

Comments
 (0)