Skip to content

Commit b77d568

Browse files
committed
fix tests
1 parent 6b699c5 commit b77d568

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/run-tests.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,14 @@ jobs:
2222
include:
2323
- laravel: 12.*
2424
testbench: 10.*
25-
carbon: ^3.6
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
@@ -44,6 +39,8 @@ jobs:
4439
php: 7.4
4540
- laravel: 10.*
4641
php: 8.0
42+
- laravel: 10.*
43+
php: 8.1
4744
- laravel: 10.*
4845
php: 7.4
4946
- laravel: 9.*
@@ -87,7 +84,7 @@ jobs:
8784
8885
- name: Install dependencies
8986
run: |
90-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
87+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:>=2.72.6" --no-interaction --no-update
9188
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
9289
9390
- name: List Installed Dependencies

0 commit comments

Comments
 (0)