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 54
54
},
55
55
"require" : {
56
56
"php" : " ^8.0" ,
57
- "illuminate/database" : " ^9.0|^10.0|^11.0"
57
+ "illuminate/database" : " ^9.0|^10.0|^11.0|^12.0 "
58
58
},
59
59
"require-dev" : {
60
60
"mockery/mockery" : " ^1.0" ,
61
- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
62
- "phpunit/phpunit" : " ^9.6|^10.5"
61
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0|^10.0 " ,
62
+ "phpunit/phpunit" : " ^9.6|^10.5|^11.5.3 "
63
63
},
64
64
"autoload" : {
65
65
"psr-4" : {
You can’t perform that action at this time.
0 commit comments