File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1818 matrix :
1919 os : [ubuntu-latest, windows-latest]
2020 php : [8.4, 8.3]
21- laravel : [11.*]
21+ laravel : [12.*, 11.*]
2222 stability : [prefer-stable]
23+ include :
24+ - laravel : 12.*
25+ testbench : 10.*
26+ - laravel : 11.*
27+ testbench : 9.*
2328
2429 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2530
4146
4247 - name : Install dependencies
4348 run : |
44- composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
49+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4550 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4651
4752 - name : List Installed Dependencies
Original file line number Diff line number Diff line change 2222 },
2323 "require-dev" : {
2424 "laravel/pint" : " ^1.14" ,
25- "nunomaduro/collision" : " ^8.1.1" ,
26- "larastan/larastan" : " ^3.0" ,
27- "orchestra/testbench" : " ^9 .0.0||^10.0 .0" ,
25+ "nunomaduro/collision" : " ^8.1.1||^7.10.0 " ,
26+ "larastan/larastan" : " ^2.9||^ 3.0" ,
27+ "orchestra/testbench" : " ^10 .0.0||^9.0.0||^8.22 .0" ,
2828 "pestphp/pest" : " ^3.0" ,
2929 "pestphp/pest-plugin-arch" : " ^3.0" ,
3030 "pestphp/pest-plugin-laravel" : " ^3.0" ,
You can’t perform that action at this time.
0 commit comments