File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,10 @@ jobs:
1919 include :
2020 - laravel : 11.*
2121 testbench : 9.*
22- carbon : ^2.63
2322 - laravel : 10.*
2423 testbench : 8.*
25- carbon : ^2.63
2624 - laravel : 9.*
2725 testbench : 7.*
28- carbon : ^2.63
2926 exclude :
3027 - laravel : 11.*
3128 php : 8.1
5451
5552 - name : Install dependencies
5653 run : |
57- 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 }}" --no-interaction --no-update
5855 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5956
6057 - name : Execute tests
You can’t perform that action at this time.
0 commit comments