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 @@ -13,11 +13,13 @@ jobs:
1313 matrix :
1414 os : [ubuntu-latest]
1515 php : [8.5, 8.4, 8.3]
16- laravel : [^12.0]
16+ laravel : [^12.0, ^13.0 ]
1717 dependency-version : [prefer-lowest, prefer-stable]
1818 include :
1919 - laravel : ^12.0
2020 testbench : ^10.0
21+ - laravel : ^13.0
22+ testbench : ^11.0
2123
2224 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2325
Original file line number Diff line number Diff line change 2222 "require" : {
2323 "php" : " ^8.3" ,
2424 "google/analytics-data" : " ^0.22.3" ,
25- "laravel/framework" : " ^12.40.1" ,
26- "nesbot/carbon" : " ^2.66|^3.10.3" ,
25+ "laravel/framework" : " ^12.40.1|^13.0 " ,
26+ "nesbot/carbon" : " ^2.66|^3.10.3|^3.8.4 " ,
2727 "spatie/laravel-package-tools" : " ^1.92.7" ,
2828 "symfony/cache" : " ^7.3.6|^8.0"
2929 },
3030 "require-dev" : {
3131 "league/flysystem" : " ^3.30.2" ,
3232 "mockery/mockery" : " ^1.6.12" ,
33- "orchestra/testbench" : " ^10.0" ,
33+ "orchestra/testbench" : " ^10.0|^11.0 " ,
3434 "pestphp/pest" : " ^4.1.5" ,
3535 "spatie/ray" : " ^1.44.1"
3636 },
You can’t perform that action at this time.
0 commit comments