File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,19 @@ jobs:
22
22
include :
23
23
- laravel : 12.*
24
24
testbench : 10.*
25
+ carbon : ^3.6
25
26
- laravel : 11.*
26
27
testbench : 9.*
28
+ carbon : ^2.63
27
29
- laravel : 10.*
28
30
testbench : 8.*
31
+ carbon : ^2.63
29
32
- laravel : 9.*
30
33
testbench : 7.*
34
+ carbon : ^2.63
31
35
- laravel : 8.*
32
36
testbench : 6.27
37
+ carbon : ^2.63
33
38
exclude :
34
39
- laravel : 11.*
35
40
php : 8.1
82
87
83
88
- name : Install dependencies
84
89
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
86
91
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
87
92
88
93
- name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments