File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,13 @@ jobs:
1313
1414 strategy :
1515 matrix :
16- php : [8.2, 8.3]
16+ php : [8.1, 8. 2, 8.3]
1717 laravel : [9.*, 10.*, 11.*]
1818 stability : [prefer-lowest, prefer-stable]
1919 os : [ubuntu-latest]
20+ exclude :
21+ - laravel : 11.*
22+ php : 8.1
2023
2124 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2225
Original file line number Diff line number Diff line change 1111 }
1212 },
1313 "require" : {
14- "php" : " ^8.2 .0" ,
14+ "php" : " ^8.1 .0" ,
1515 "laravel/framework" : " ^9.36 || ^10.0 || ^11.0"
1616 },
1717 "require-dev" : {
1818 "orchestra/testbench" : " *" ,
1919 "laravel/pint" : " ^1.4" ,
2020 "brianium/paratest" : " *" ,
21- "pestphp/pest" : " ^3.3 "
21+ "pestphp/pest" : " ^2 "
2222 },
2323 "minimum-stability" : " dev" ,
2424 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments