File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,13 @@ jobs:
1515 matrix :
1616 os : [ubuntu-latest]
1717 php : [8.2, 8.3]
18- laravel : [10.*]
18+ laravel : [10.*, 11.* ]
1919 stability : [prefer-lowest, prefer-stable]
2020 include :
2121 - laravel : 10.*
2222 testbench : ^8.0
23+ - laravel : 11.*
24+ testbench : ^9.0
2325
2426 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2527
Original file line number Diff line number Diff line change 2121 "require" : {
2222 "php" : " ^8.2" ,
2323 "hammerstone/sidecar" : " ^0.4.0" ,
24- "illuminate/contracts" : " ^10.0" ,
24+ "illuminate/contracts" : " ^10.0 || ^11.0 " ,
2525 "spatie/browsershot" : " ^4.0" ,
2626 "spatie/laravel-package-tools" : " ^1.9.2"
2727 },
3131 "laravel/pint" : " ^1.13" ,
3232 "league/flysystem-aws-s3-v3" : " ^1.0|^2.0|^3.0" ,
3333 "nunomaduro/collision" : " ^7.0|^8.0" ,
34- "orchestra/testbench" : " ^8.0" ,
34+ "orchestra/testbench" : " ^8.0|^9.0 " ,
3535 "pestphp/pest" : " ^2.0" ,
3636 "pestphp/pest-plugin-laravel" : " ^2.0" ,
3737 "phpstan/extension-installer" : " ^1.1" ,
3838 "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
3939 "phpstan/phpstan-phpunit" : " ^1.0" ,
40- "phpunit/phpunit" : " ^10" ,
40+ "phpunit/phpunit" : " ^10 | ^11.0 " ,
4141 "spatie/image" : " ^3.3" ,
4242 "spatie/pixelmatch-php" : " ^1.0"
4343 },
You can’t perform that action at this time.
0 commit comments