File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2020 - " 8.4"
2121 laravel :
2222 - " 11.*"
23+ - " 12.*"
2324
2425 steps :
2526 - uses : " actions/checkout@v4"
Original file line number Diff line number Diff line change @@ -28,19 +28,18 @@ jobs:
2828 laravel :
2929 - " 10.*"
3030 - " 11.*"
31+ - " 12.*"
3132 include :
3233 - php : " 8.1"
3334 laravel : " 10.*"
3435 mongodb : " 5.0"
3536 mode : " low-deps"
3637 os : " ubuntu-latest"
37- - php : " 8.4"
38- laravel : " 11.*"
39- mongodb : " 7.0"
40- os : " ubuntu-latest"
4138 exclude :
4239 - php : " 8.1"
4340 laravel : " 11.*"
41+ - php : " 8.1"
42+ laravel : " 12.*"
4443
4544 steps :
4645 - uses : " actions/checkout@v4"
Original file line number Diff line number Diff line change 2525 "php" : " ^8.1" ,
2626 "ext-mongodb" : " ^1.15" ,
2727 "composer-runtime-api" : " ^2.0.0" ,
28- "illuminate/cache" : " ^10.36|^11" ,
29- "illuminate/container" : " ^10.0|^11" ,
30- "illuminate/database" : " ^10.30|^11" ,
31- "illuminate/events" : " ^10.0|^11" ,
32- "illuminate/support" : " ^10.0|^11" ,
28+ "illuminate/cache" : " ^10.36|^11|^12 " ,
29+ "illuminate/container" : " ^10.0|^11|^12 " ,
30+ "illuminate/database" : " ^10.30|^11|^12 " ,
31+ "illuminate/events" : " ^10.0|^11|^12 " ,
32+ "illuminate/support" : " ^10.0|^11|^12 " ,
3333 "mongodb/mongodb" : " ^1.18" ,
3434 "symfony/http-foundation" : " ^6.4|^7"
3535 },
You can’t perform that action at this time.
0 commit comments