File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
matrix :
17
17
php : ['8.2', '8.3', '8.4']
18
- laravel : ['10', '11']
18
+ laravel : ['10', '11', '12' ]
19
19
exclude :
20
20
- php : ' 8.4'
21
21
laravel : ' 10'
Original file line number Diff line number Diff line change 21
21
"php" : " ^8" ,
22
22
"doctrine/migrations" : " ^3.4" ,
23
23
"doctrine/dbal" : " ^2.10.1|^3" ,
24
- "illuminate/config" : " ^9.0|^10.0|^11.0" ,
25
- "illuminate/contracts" : " ^9.0|^10.0|^11.0" ,
26
- "illuminate/console" : " ^9.0|^10.0|^11.0" ,
27
- "laravel-doctrine/orm" : " ^2.0 || ^3 .0"
24
+ "illuminate/config" : " ^9.0|^10.0|^11.0|^12.0 " ,
25
+ "illuminate/contracts" : " ^9.0|^10.0|^11.0|^12.0 " ,
26
+ "illuminate/console" : " ^9.0|^10.0|^11.0|^12.0 " ,
27
+ "laravel-doctrine/orm" : " ^3.1 .0"
28
28
},
29
29
"require-dev" : {
30
30
"phpunit/phpunit" : " ^7.0 | ^8.3 | ^9.3" ,
You can’t perform that action at this time.
0 commit comments