File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 fail-fast : true
1313 matrix :
1414 php : [8.4, 8.3, 8.2]
15- laravel : [' 10.*', ' 11.*', ' 12.*' ]
15+ laravel : [" 10.*", " 11.*", " 12.*" ]
1616 dependency-version : [prefer-lowest, prefer-stable]
1717 include :
1818 - laravel : 10.*
19- testbench : 8.*
19+ testbench : ^8.32
2020 - laravel : 11.*
21- testbench : 9.*
21+ testbench : ^9.10
2222 - laravel : 12.*
23- testbench : 10.*
23+ testbench : ^ 10.0
2424
2525 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2626
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^8.2|^8.3|^8.4" ,
20- "illuminate/support" : " ^10.0 |^11.0 |^12.0"
20+ "illuminate/support" : " ^10.48.28 |^11.43 |^12.0"
2121 },
2222 "require-dev" : {
2323 "mockery/mockery" : " ^1.4.4" ,
5050 ]
5151 }
5252 }
53- }
53+ }
You can’t perform that action at this time.
0 commit comments