File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,17 @@ jobs:
1414 fail-fast : true
1515 matrix :
1616 os : [ubuntu-latest, windows-latest]
17- php : [8.1 , 8.2, 8.3 ]
18- laravel : [10.*]
17+ php : [8.3 , 8.2, 8.1 ]
18+ laravel : [11.*, 10.*]
1919 stability : [prefer-lowest, prefer-stable]
2020 include :
21+ - laravel : 11.*
22+ testbench : 9.*
2123 - laravel : 10.*
22- testbench : ^8.0.10
24+ testbench : ^8.14
25+ exclude :
26+ - laravel : 11.*
27+ php : 8.1
2328
2429 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2530
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^8.1" ,
20- "spatie/laravel-package-tools" : " ^1.14.0 " ,
21- "illuminate/contracts" : " ^10.0"
20+ "spatie/laravel-package-tools" : " ^1.16.2 " ,
21+ "illuminate/contracts" : " ^10.0|^11.0 "
2222 },
2323 "require-dev" : {
24- "larastan/larastan" : " ^2.0.1 " ,
24+ "larastan/larastan" : " ^2.8 " ,
2525 "laravel/pint" : " ^1.0" ,
26- "nunomaduro/collision" : " ^7.8" ,
27- "orchestra/testbench" : " ^8.8" ,
26+ "nunomaduro/collision" : " ^7.8|^8.1 " ,
27+ "orchestra/testbench" : " ^8.8|^9.0 " ,
2828 "pestphp/pest" : " ^2.20" ,
2929 "pestphp/pest-plugin-arch" : " ^2.5" ,
30- "pestphp/pest-plugin-laravel" : " ^2.0 " ,
30+ "pestphp/pest-plugin-laravel" : " ^2.2 " ,
3131 "phpstan/extension-installer" : " ^1.1" ,
3232 "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
3333 "phpstan/phpstan-phpunit" : " ^1.0" ,
34- "spatie/laravel-ray" : " ^1.26 " ,
34+ "spatie/laravel-ray" : " ^1.35 " ,
3535 "spatie/phpunit-snapshot-assertions" : " ^5.1"
3636 },
3737 "autoload" : {
You can’t perform that action at this time.
0 commit comments