File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,16 @@ jobs:
1616 fail-fast : false
1717 matrix :
1818 php : [8.5, 8.4, 8.3]
19- laravel : ['11.*', '12.*']
19+ laravel : ['11.*', '12.*', '13.*' ]
2020 dependency-version : [prefer-stable]
2121 os : [ubuntu-latest]
2222 include :
2323 - laravel : 12.*
2424 testbench : ^10.0
2525 - laravel : 11.*
2626 testbench : ^9.0
27+ - laravel : 13.*
28+ testbench : ^11.0
2729
2830 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2931
Original file line number Diff line number Diff line change 1717 "homepage" : " https://github.com/spatie/laravel-webhook-client" ,
1818 "require" : {
1919 "php" : " ^8.1 || ^8.2" ,
20- "illuminate/bus" : " ^9.0 || ^10.0 || ^11.0 || ^12.0" ,
21- "illuminate/database" : " ^9.0 || ^10.0 || ^11.0 || ^12.0" ,
22- "illuminate/http" : " ^9.0 || ^10.0 || ^11.0 || ^12.0" ,
23- "illuminate/support" : " ^9.0 || ^10.0 || ^11.0 || ^12.0" ,
20+ "illuminate/bus" : " ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0 " ,
21+ "illuminate/database" : " ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0 " ,
22+ "illuminate/http" : " ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0 " ,
23+ "illuminate/support" : " ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0 " ,
2424 "spatie/laravel-package-tools" : " ^1.11"
2525 },
2626 "require-dev" : {
27- "orchestra/testbench" : " ^7.0 || ^8.0 || ^9.0 || ^10.0" ,
27+ "orchestra/testbench" : " ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 " ,
2828 "pestphp/pest" : " ^3.8 || ^4.0" ,
2929 "pestphp/pest-plugin-laravel" : " ^3.2 || ^4.0" ,
3030 "phpstan/extension-installer" : " ^1.4.3" ,
You can’t perform that action at this time.
0 commit comments