File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ jobs:
1717 fail-fast : true
1818 matrix :
1919 php : [ 8.3, 8.2, 8.1 ]
20- laravel : [ 11.*, 10.* ]
20+ # laravel: [ 11.*, 10.* ]
21+ laravel : [ 10.* ]
2122 stability : [ prefer-stable ]
22- exclude :
23- - php : 8.1
24- laravel : 11.*
23+ # exclude:
24+ # - php: 8.1
25+ # laravel: 11.*
2526
2627 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2728
Original file line number Diff line number Diff line change 2222 },
2323 "require-dev" : {
2424 "laravel/pint" : " ^1.0" ,
25- "nunomaduro/collision" : " ^8 .0" ,
25+ "nunomaduro/collision" : " ^7 .0" ,
2626 "larastan/larastan" : " ^2.0.1" ,
27- "orchestra/testbench" : " ^9 .0" ,
27+ "orchestra/testbench" : " ^8 .0" ,
2828 "pestphp/pest" : " ^2.20" ,
2929 "pestphp/pest-plugin-arch" : " ^2.5" ,
3030 "pestphp/pest-plugin-laravel" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments