File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,14 @@ jobs:
1111 fail-fast : false
1212 matrix :
1313 php : [8.3, 8.4]
14- laravel : [11.*, 12.*]
14+ laravel : [11.*, 12.*, 13.* ]
1515 include :
1616 - laravel : 11.*
1717 testbench : 9.*
1818 - laravel : 12.*
1919 testbench : 10.*
20+ - laravel : 13.*
21+ testbench : 11.*
2022
2123 name : PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}
2224
Original file line number Diff line number Diff line change 1515 },
1616 "require" : {
1717 "php" : " >=8.3" ,
18- "illuminate/contracts" : " ^10.0||^11.0||^12.0" ,
18+ "illuminate/contracts" : " ^10.0||^11.0||^12.0||^13.0 " ,
1919 "filament/filament" : " ^5.0|^4.0" ,
2020 "spatie/laravel-package-tools" : " ^1.0"
2121 },
2222 "require-dev" : {
2323 "laravel/pint" : " ^1.14" ,
2424 "nunomaduro/collision" : " ^8.1.1||^7.10.0" ,
2525 "larastan/larastan" : " ^2.9||^3.0" ,
26- "orchestra/testbench" : " ^10.0.0||^9.0.0||^8.22.0" ,
27- "pestphp/pest" : " ^2.0||^3.0" ,
28- "pestphp/pest-plugin-arch" : " ^2.5||^3.0" ,
29- "pestphp/pest-plugin-laravel" : " ^2.0||^3.0" ,
26+ "orchestra/testbench" : " ^11.0.0||^ 10.0.0||^9.0.0||^8.22.0" ,
27+ "pestphp/pest" : " ^2.0||^3.0||^4.0 " ,
28+ "pestphp/pest-plugin-arch" : " ^2.5||^3.0||^4.0 " ,
29+ "pestphp/pest-plugin-laravel" : " ^2.0||^3.0||^4.0 " ,
3030 "phpstan/extension-installer" : " ^1.3" ,
3131 "phpstan/phpstan-deprecation-rules" : " ^1.1||^2.0" ,
3232 "phpstan/phpstan-phpunit" : " ^1.3||^2.0"
You can’t perform that action at this time.
0 commit comments