File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ jobs:
12
12
fail-fast : true
13
13
matrix :
14
14
php : [8.4, 8.3, 8.2]
15
- laravel : [" 10.*", " 11.*" ]
15
+ laravel : [' 10.*', ' 11.*', '12.*' ]
16
16
dependency-version : [prefer-lowest, prefer-stable]
17
17
include :
18
18
- laravel : 10.*
19
19
testbench : 8.*
20
20
- laravel : 11.*
21
21
testbench : 9.*
22
+ - laravel : 12.*
23
+ testbench : 10.*
22
24
23
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
24
26
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.2|^8.3|^8.4" ,
20
- "illuminate/support" : " ^10.0|^11.0"
20
+ "illuminate/support" : " ^10.0|^11.0|^12.0 "
21
21
},
22
22
"require-dev" : {
23
- "orchestra/testbench" : " ^8.0|^9.0" ,
24
- "phpunit/phpunit" : " ^10.4"
23
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
24
+ "phpunit/phpunit" : " ^10.4|^11.5.3 "
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
49
49
]
50
50
}
51
51
}
52
- }
52
+ }
You can’t perform that action at this time.
0 commit comments