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:
2121 testbench : 9.*
2222 carbon : ^3.2
2323 laravel-package-tools : ^1.16.4
24+ collision : ^8.1.1
2425
2526 - laravel : 10.*
2627 testbench : 8.*
2728 carbon : ^2.63
2829 laravel-package-tools : ^1.16.4
30+ collision : ^7.*
2931
3032 exclude :
3133 - laravel : 11.*
5153
5254 - name : Install dependencies
5355 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
5557 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5658
5759 - name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments