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 @@ -20,10 +20,12 @@ jobs:
20
20
- laravel : 11.*
21
21
testbench : 9.*
22
22
carbon : ^3.2
23
+ laravel-package-tools : ^11.0
23
24
24
25
- laravel : 10.*
25
26
testbench : 8.*
26
27
carbon : ^2.63
28
+ laravel-package-tools : ^10.0
27
29
28
30
exclude :
29
31
- laravel : 11.*
49
51
50
52
- name : Install dependencies
51
53
run : |
52
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
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
53
55
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
54
56
55
57
- name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments