File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ jobs:
21
21
testbench : 9.*
22
22
carbon : ^3.2
23
23
laravel-package-tools : ^1.16.4
24
+ collision : ^8.1.1
24
25
25
26
- laravel : 10.*
26
27
testbench : 8.*
27
28
carbon : ^2.63
28
29
laravel-package-tools : ^1.16.4
30
+ collision : ^7.*
29
31
30
32
exclude :
31
33
- laravel : 11.*
51
53
52
54
- name : Install dependencies
53
55
run : |
54
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" "spatie/laravel-package-tools:${{ matrix.laravel-package-tools }}" --no-interaction --no-update
56
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" "spatie/laravel-package-tools:${{ matrix.laravel-package-tools }}" "nunomaduro/collision:${{ matrix.collision }}" --no-interaction --no-update
55
57
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
56
58
57
59
- name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments