Skip to content

Commit 6b699c5

Browse files
committed
fix test carbon version 2.0
1 parent 3a5bc3b commit 6b699c5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/run-tests.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,19 @@ jobs:
2222
include:
2323
- laravel: 12.*
2424
testbench: 10.*
25+
carbon: ^3.6
2526
- laravel: 11.*
2627
testbench: 9.*
28+
carbon: ^2.63
2729
- laravel: 10.*
2830
testbench: 8.*
31+
carbon: ^2.63
2932
- laravel: 9.*
3033
testbench: 7.*
34+
carbon: ^2.63
3135
- laravel: 8.*
3236
testbench: 6.27
37+
carbon: ^2.63
3338
exclude:
3439
- laravel: 11.*
3540
php: 8.1
@@ -82,7 +87,7 @@ jobs:
8287
8388
- name: Install dependencies
8489
run: |
85-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:>=2.72.6" --no-interaction --no-update
90+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
8691
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
8792
8893
- name: List Installed Dependencies

0 commit comments

Comments
 (0)