File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : true
1010 matrix :
11- php : [8.3, 8.2]
12- laravel : [11.*]
11+ php : [8.4, 8. 3, 8.2]
12+ laravel : [11.*, 12.* ]
1313 stability : [prefer-lowest, prefer-stable]
1414 include :
15+ - laravel : 12.*
16+ testbench : 10.*
1517 - laravel : 11.*
1618 testbench : 9.*
17- # - laravel: 10.*
18- # testbench: 8.*
1919
2020 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2121
Original file line number Diff line number Diff line change 1515 ],
1616 "require" : {
1717 "php" : " ^8.2" ,
18- "illuminate/support" : " ^10.15|^11 .0" ,
19- "illuminate/filesystem" : " ^10.15|^11 .0" ,
20- "illuminate/container" : " ^10.15|^11 .0"
18+ "illuminate/support" : " ^11.0||^12 .0" ,
19+ "illuminate/filesystem" : " ^11.0||^12 .0" ,
20+ "illuminate/container" : " ^11.0||^12 .0"
2121 },
2222 "require-dev" : {
2323 "laravel/pint" : " ^1.18" ,
2424 "mockery/mockery" : " ^1.0" ,
25- "orchestra/testbench" : " ^8 .0|^9 .0" ,
25+ "orchestra/testbench" : " ^9 .0||^10 .0" ,
2626 "pestphp/pest" : " ^3.0"
2727 },
2828 "autoload" : {
You can’t perform that action at this time.
0 commit comments