File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : false
1111 matrix :
12- php : [8.1 , 8.2 , 8.3 , 8.4 ]
12+ php : [8.2 , 8.3 , 8.4 , 8.5 ]
1313 max-parallel : 4
1414
1515 name : Tests PHP${{ matrix.php }}
Original file line number Diff line number Diff line change 2626 }
2727 ],
2828 "require" : {
29- "php" : " ^8.1 " ,
30- "laravel/framework" : " ^9.46 || ^10.34 || ^11.29 || ^12.0" ,
29+ "php" : " ^8.2 " ,
30+ "laravel/framework" : " ^9.46 || ^10.34 || ^11.29 || ^12.0 || ^13.0 " ,
3131 "php-mcp/server" : " ^3.3"
3232 },
3333 "require-dev" : {
3434 "laravel/pint" : " ^1.13" ,
3535 "mockery/mockery" : " ^1.6" ,
36- "orchestra/pest-plugin-testbench" : " ^2.1" ,
37- "orchestra/testbench" : " ^8.0 || ^9.0" ,
38- "pestphp/pest" : " ^2.0" ,
39- "pestphp/pest-plugin-laravel" : " ^2.0" ,
36+ "orchestra/pest-plugin-testbench" : " ^2.1 || ^4.0 " ,
37+ "orchestra/testbench" : " ^8.0 || ^9.0 || ^11.0 " ,
38+ "pestphp/pest" : " ^2.0 || ^4.0 " ,
39+ "pestphp/pest-plugin-laravel" : " ^2.0 || ^4.0 " ,
4040 "phpunit/phpunit" : " ^10.0 || ^11.0 || ^12.0"
4141 },
4242 "autoload" : {
6969 },
7070 "minimum-stability" : " dev" ,
7171 "prefer-stable" : true
72- }
72+ }
You can’t perform that action at this time.
0 commit comments