File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
20
- laravel : 11.*
21
- testbench : 9.*
22
21
canvas : 9.*
23
22
carbon : ^2.67
24
23
- laravel : 10.*
25
- testbench : ^8.11
26
24
canvas : ^8.11
27
25
carbon : ^2.67
28
26
exclude :
49
47
50
48
- name : Install dependencies
51
49
run : |
52
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "orchestra/ canvas:${{ matrix.canvas }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
50
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/canvas:${{ matrix.canvas }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
53
51
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
54
52
55
53
- name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments