Skip to content

Commit 3a5bc3b

Browse files
committed
fix test carbon version
1 parent a6022a5 commit 3a5bc3b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,14 @@ jobs:
2222
include:
2323
- laravel: 12.*
2424
testbench: 10.*
25-
carbon: ^2.63
2625
- laravel: 11.*
2726
testbench: 9.*
28-
carbon: ^2.63
2927
- laravel: 10.*
3028
testbench: 8.*
31-
carbon: ^2.63
3229
- laravel: 9.*
3330
testbench: 7.*
34-
carbon: ^2.63
3531
- laravel: 8.*
3632
testbench: 6.27
37-
carbon: ^2.63
3833
exclude:
3934
- laravel: 11.*
4035
php: 8.1
@@ -87,7 +82,7 @@ jobs:
8782
8883
- name: Install dependencies
8984
run: |
90-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
85+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:>=2.72.6" --no-interaction --no-update
9186
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
9287
9388
- name: List Installed Dependencies

0 commit comments

Comments
 (0)