File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 fail-fast : true
1010 matrix :
1111 os : [ubuntu-latest, windows-latest]
12- php : [8.2, 8.3, 8. 4, 8.5]
13- laravel : [11.*, 12.*, 13.*]
12+ php : [8.4, 8.5]
13+ laravel : [12.*, 13.*]
1414 stability : [prefer-lowest, prefer-stable]
1515 include :
16- - laravel : 10.*
17- - laravel : 11.*
16+ - laravel : 12.*
1817 - laravel : 13.*
1918
2019 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 1515 ],
1616 "require" : {
1717 "php" : " ^8.1" ,
18- "illuminate/contracts" : " ~9.0|~10.0|~11.0|~ 12.0|~13.0" ,
19- "illuminate/database" : " ~9.0|~10.0|~11.0|~ 12.0|~13.0" ,
20- "illuminate/events" : " ~9.0|~10.0|~11.0|~ 12.0|~13.0" ,
21- "illuminate/support" : " ~9.0|~10.0|~11.0|~ 12.0|~13.0" ,
22- "illuminate/validation" : " ~9.0|~10.0|~11.0|~ 12.0|~13.0"
18+ "illuminate/contracts" : " ~12.0|~13.0" ,
19+ "illuminate/database" : " ~12.0|~13.0" ,
20+ "illuminate/events" : " ~12.0|~13.0" ,
21+ "illuminate/support" : " ~12.0|~13.0" ,
22+ "illuminate/validation" : " ~12.0|~13.0"
2323 },
2424 "require-dev" : {
2525 "mockery/mockery" : " ^1.4.4" ,
You can’t perform that action at this time.
0 commit comments