File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : true
1515 matrix :
16- php : [8.1, 8.2]
17- stability : [prefer-lowest, prefer-stable]
18- exclude :
19- - php : 8.1
20- stability : prefer-lowest
21- - php : 8.2
22- stability : prefer-lowest
16+ php : [8.1, 8.2, 8.3]
17+ stability : [prefer-stable]
2318
2419 name : PHP ${{ matrix.php }} - ${{ matrix.stability }}
2520
Original file line number Diff line number Diff line change 1515 ],
1616 "require" : {
1717 "php" : " >=7.4" ,
18- "laravel/framework" : " ^6.20.26|^7.30.6|^8.0|^9.0|^10.0"
18+ "laravel/framework" : " ^6.20.26|^7.30.6|^8.0|^9.0|^10.0|^11.0 "
1919 },
2020 "require-dev" : {
21- "orchestra/testbench" : " ^v4.0|^v5.0|^v6.0|^v7.0|^8.0"
21+ "orchestra/testbench" : " ^v4.0|^v5.0|^v6.0|^v7.0|^8.0|^9.0 "
2222 },
2323 "autoload" : {
2424 "psr-4" : {
You can’t perform that action at this time.
0 commit comments