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 @@ -22,13 +22,10 @@ jobs:
2222 include :
2323 - laravel : 12.*
2424 testbench : 10.*
25- carbon : ^3.8.4
2625 - laravel : 11.*
2726 testbench : 9.*
28- carbon : ^3.8.4
2927 - laravel : 10.*
3028 testbench : 8.*
31- carbon : ^3.8.4
3229
3330 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3431
5047
5148 - name : Install dependencies
5249 run : |
53- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
50+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5451 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5552
5653 - name : Execute tests
You can’t perform that action at this time.
0 commit comments