File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010
1111 strategy :
1212 matrix :
13- php : [8.2]
14- laravel : ['10.*', '11.*']
13+ php : [8.4, 8.3, 8. 2]
14+ laravel : ['10.*', '11.*', '12.*' ]
1515 dependency-version : [prefer-lowest, prefer-stable]
1616
1717 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 2727 ],
2828 "require" : {
2929 "php" : " ^8.2" ,
30- "illuminate/support" : " ^10.0|^11.0" ,
31- "illuminate/view" : " ^10.0|^11.0" ,
32- "illuminate/cookie" : " ^10.0|^11.0" ,
30+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
31+ "illuminate/view" : " ^10.0|^11.0|^12.0 " ,
32+ "illuminate/cookie" : " ^10.0|^11.0|^12.0 " ,
3333 "spatie/laravel-package-tools" : " ^1.9"
3434 },
3535 "require-dev" : {
3636 "fakerphp/faker" : " ^1.9" ,
37- "orchestra/testbench" : " ^8.0|^9.0" ,
38- "pestphp/pest" : " ^2.34"
37+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
38+ "pestphp/pest" : " ^2.34|^3.7 "
3939 },
4040 "autoload" : {
4141 "psr-4" : {
You can’t perform that action at this time.
0 commit comments