Skip to content

Commit fce08b0

Browse files
committed
PHPORM-289 Support Laravel 12
1 parent cb3b32c commit fce08b0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build-ci-atlas.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- "8.4"
2121
laravel:
2222
- "11.*"
23+
- "12.*"
2324

2425
steps:
2526
- uses: "actions/checkout@v4"

.github/workflows/build-ci.yml

+3-4
Original file line numberDiff line numberDiff 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"

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
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
},
@@ -39,7 +39,7 @@
3939
"league/flysystem-gridfs": "^3.28",
4040
"league/flysystem-read-only": "^3.0",
4141
"phpunit/phpunit": "^10.3",
42-
"orchestra/testbench": "^8.0|^9.0",
42+
"orchestra/testbench": "^8.0|^9.0|^10.0",
4343
"mockery/mockery": "^1.4.4@stable",
4444
"doctrine/coding-standard": "12.0.x-dev",
4545
"spatie/laravel-query-builder": "^5.6",

0 commit comments

Comments
 (0)