File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,16 @@ jobs:
1616 fail-fast : true
1717 matrix :
1818 os : [ubuntu-latest, windows-latest]
19- php : [8.1 , 8.2 , 8.3 ]
19+ php : [8.2 , 8.3 , 8.4 ]
2020 laravel : ['10.*', '11.*', '12.*']
2121 stability : [prefer-lowest, prefer-stable]
2222 include :
2323 - laravel : 10.*
24- testbench : 8.*
25- carbon : ^2.63
24+ testbench : ^8.0
2625 - laravel : 11.*
27- testbench : 9.*
28- carbon : ' *'
26+ testbench : ^9.0
2927 - laravel : 12.*
30- testbench : 9.*
31- carbon : ' *'
28+ testbench : ^10.0
3229 exclude :
3330 - laravel : 11.*
3431 php : 8.1
5552
5653 - name : Install dependencies
5754 run : |
58- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
59- composer update --${{ matrix.stability }} --prefer-dist --no-interaction --with-all-dependencies
55+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --no-scripts
56+ composer update --${{ matrix.stability }} --prefer-dist --no-interaction
6057
6158 - name : List Installed Dependencies
6259 run : composer show -D
You can’t perform that action at this time.
0 commit comments