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