Skip to content

Commit dff6150

Browse files
wip
1 parent 8863e2b commit dff6150

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ jobs:
1919
include:
2020
- laravel: 11.*
2121
testbench: 9.*
22+
carbon: ^3.*
2223
- laravel: 10.*
2324
testbench: 8.*
25+
carbon: ^2.63
2426
- laravel: 9.*
2527
testbench: 7.*
28+
carbon: ^2.63
2629
exclude:
2730
- laravel: 11.*
2831
php: 8.1
@@ -51,7 +54,7 @@ jobs:
5154
5255
- name: Install dependencies
5356
run: |
54-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
57+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
5558
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5659
5760
- name: Execute tests

0 commit comments

Comments
 (0)