File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,20 @@ jobs:
1717 stability : [prefer-lowest, prefer-stable]
1818 include :
1919 - laravel : 9.*
20+ testbench : 7.*
21+ php : 8.0
22+ - laravel : 9.*
23+ testbench : 7.*
24+ php : 8.1
25+ - laravel : 9.*
26+ testbench : 7.*
27+ php : 8.2
28+ - laravel : 10.*
2029 testbench : 8.*
21- php : 8.*
30+ php : 8.1
2231 - laravel : 10.*
2332 testbench : 8.*
24- php : [8.1,8.2]
33+ php : 8.2
2534
2635 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2736
Original file line number Diff line number Diff line change 2626 "friendsofphp/php-cs-fixer" : " ^3.8" ,
2727 "nunomaduro/collision" : " ^6.0" ,
2828 "nunomaduro/larastan" : " ^2.0.1" ,
29- "orchestra/testbench" : " ^8.0" ,
29+ "orchestra/testbench" : " ^7.0|^ 8.0" ,
3030 "pestphp/pest" : " ^1.21" ,
3131 "pestphp/pest-plugin-laravel" : " ^1.1" ,
3232 "pestphp/pest-plugin-parallel" : " ^1.2" ,
You can’t perform that action at this time.
0 commit comments