File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ jobs:
1717 strategy :
1818 fail-fast : false
1919 matrix :
20- php : [8.1, 8.2, 8.3]
21- laravel : [10.*, 11.*]
20+ php : [8.1, 8.2, 8.3, 8.4 ]
21+ laravel : [10.*, 11.*, 12.* ]
2222 exclude :
2323 - php : 8.1
2424 laravel : 11.*
25+ - php : 8.1
26+ laravel : 12.*
2527
2628 name : PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }}
2729
Original file line number Diff line number Diff line change 1818 ],
1919 "require" : {
2020 "php" : " ^8.1" ,
21- "laravel/framework" : " ^10.0||^11.0"
21+ "laravel/framework" : " ^10.0||^11.0||^12.0 "
2222 },
2323 "require-dev" : {
2424 "laravel/pint" : " ^1.16" ,
25- "larastan/larastan" : " ^2.9.6" ,
26- "pestphp/pest" : " ^2.34.7" ,
27- "pestphp/pest-plugin-laravel" : " ^2.4" ,
28- "pestphp/pest-plugin-type-coverage" : " ^2.8.2" ,
29- "orchestra/testbench" : " ^9.0.0||^8.22 .0"
25+ "larastan/larastan" : " ^2.9.6||^3.0.0 " ,
26+ "pestphp/pest" : " ^2.34.7||^3.0.0 " ,
27+ "pestphp/pest-plugin-laravel" : " ^2.4||^3.0.0 " ,
28+ "pestphp/pest-plugin-type-coverage" : " ^2.8.2||^3.0.0 " ,
29+ "orchestra/testbench" : " ^8.22.0||^ 9.0.0||^10.0 .0"
3030 },
3131 "autoload" : {
3232 "psr-4" : {
You can’t perform that action at this time.
0 commit comments