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