File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 20
20
- " 8.4"
21
21
laravel :
22
22
- " 11.*"
23
+ - " 12.*"
23
24
24
25
steps :
25
26
- uses : " actions/checkout@v4"
Original file line number Diff line number Diff line change @@ -28,19 +28,18 @@ jobs:
28
28
laravel :
29
29
- " 10.*"
30
30
- " 11.*"
31
+ - " 12.*"
31
32
include :
32
33
- php : " 8.1"
33
34
laravel : " 10.*"
34
35
mongodb : " 5.0"
35
36
mode : " low-deps"
36
37
os : " ubuntu-latest"
37
- - php : " 8.4"
38
- laravel : " 11.*"
39
- mongodb : " 7.0"
40
- os : " ubuntu-latest"
41
38
exclude :
42
39
- php : " 8.1"
43
40
laravel : " 11.*"
41
+ - php : " 8.1"
42
+ laravel : " 12.*"
44
43
45
44
steps :
46
45
- uses : " actions/checkout@v4"
Original file line number Diff line number Diff line change 25
25
"php" : " ^8.1" ,
26
26
"ext-mongodb" : " ^1.15" ,
27
27
"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 " ,
33
33
"mongodb/mongodb" : " ^1.18" ,
34
34
"symfony/http-foundation" : " ^6.4|^7"
35
35
},
You can’t perform that action at this time.
0 commit comments