Skip to content

Commit 4ea28d0

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

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 3 additions & 4 deletions
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

Lines changed: 5 additions & 5 deletions
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
},

0 commit comments

Comments
 (0)