File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ jobs:
13
13
matrix :
14
14
os : [ubuntu-latest, windows-latest]
15
15
php : [8.1, 8.2, 8.3]
16
- laravel : ['10.*', '11.*']
16
+ laravel : ['10.*', '11.*', '12.*' ]
17
17
stability : [prefer-stable]
18
18
exclude :
19
19
- laravel : 11.*
20
20
php : 8.1
21
+ - laravel : 12.*
22
+ php : 8.1
21
23
22
24
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
23
25
Original file line number Diff line number Diff line change 14
14
"symfony/workflow" : " ^6.0|^7.0" ,
15
15
"symfony/process" : " ^6.0|^7.0" ,
16
16
"symfony/event-dispatcher-contracts" : " ^2.4|^3.0" ,
17
- "illuminate/console" : " ^8.0|^9.0|^10.0|^11.0" ,
18
- "illuminate/support" : " ^8.0|^9.0|^10.0|^11.0" ,
19
- "illuminate/contracts" : " ^8.0|^9.0|^10.0|^11.0"
17
+ "illuminate/console" : " ^8.0|^9.0|^10.0|^11.0|^12.0 " ,
18
+ "illuminate/support" : " ^8.0|^9.0|^10.0|^11.0|^12.0 " ,
19
+ "illuminate/contracts" : " ^8.0|^9.0|^10.0|^11.0|^12.0 "
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
43
43
},
44
44
"require-dev" : {
45
45
"mockery/mockery" : " ^1.2" ,
46
- "phpunit/phpunit" : " ^9.0|^10.5" ,
46
+ "phpunit/phpunit" : " ^9.0|^10.5|^11.5.3 " ,
47
47
"symfony/var-dumper" : " ^6.0|^7.0" ,
48
48
"fakerphp/faker" : " ^1.13|^1.9.1" ,
49
- "orchestra/testbench" : " ^6.0|^7.0|^8.0|^9.0" ,
50
- "symfony/contracts" : " ^2.3"
49
+ "orchestra/testbench" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
50
+ "symfony/contracts" : " ^2.3|^3.5 "
51
51
}
52
52
}
You can’t perform that action at this time.
0 commit comments