File tree 2 files changed +10
-4
lines changed 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 13
13
matrix :
14
14
os : [ubuntu-latest]
15
15
php : [8.0, 8.1, 8.2, 8.3]
16
- laravel : ['9.*', '10.*', '11.*']
16
+ laravel : ['9.*', '10.*', '11.*', '12.*' ]
17
17
dependency-version : [prefer-lowest, prefer-stable]
18
18
exclude :
19
19
- laravel : 9.*
@@ -26,13 +26,19 @@ jobs:
26
26
php : 8.0
27
27
- laravel : 11.*
28
28
php : 8.1
29
+ - laravel : 12.*
30
+ php : 8.0
31
+ - laravel : 12.*
32
+ php : 8.1
29
33
include :
30
34
- laravel : 9.*
31
35
testbench : 7.*
32
36
- laravel : 10.*
33
37
testbench : 8.*
34
38
- laravel : 11.*
35
39
testbench : 9.*
40
+ - laravel : 12.*
41
+ testbench : 10.*
36
42
37
43
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
38
44
Original file line number Diff line number Diff line change 36
36
"require" : {
37
37
"php" : " ^7.4|^8.0" ,
38
38
"graham-campbell/manager" : " ^5.0" ,
39
- "illuminate/contracts" : " ^8.0|^9.0|^10.0|^11.0" ,
40
- "illuminate/support" : " ^8.0|^9.0|^10.0|^11.0" ,
41
- "jenssegers/optimus" : " ^0.2.2"
39
+ "illuminate/contracts" : " ^8.0|^9.0|^10.0|^11.0|^12.0 " ,
40
+ "illuminate/support" : " ^8.0|^9.0|^10.0|^11.0|^12.0 " ,
41
+ "jenssegers/optimus" : " ^0.2.2|^1.1 "
42
42
},
43
43
"require-dev" : {
44
44
"graham-campbell/testbench" : " ^6.0" ,
You can’t perform that action at this time.
0 commit comments