File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,20 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 os : [ubuntu-latest]
16- php : [8.1 , 8.2 , 8.3 ]
17- laravel : [10.*, 11.*]
16+ php : [8.2 , 8.3 , 8.4 ]
17+ laravel : [10.*, 11.*, 12-* ]
1818 elasticsearch : ["7.17.18", "8.12.2"]
1919 stability : [prefer-lowest, prefer-stable]
2020 include :
2121 - laravel : 10.*
2222 testbench : 8.*
2323 - laravel : 11.*
2424 testbench : 9.*
25+ - laravel : 12.*
26+ testbench : 10.*
2527 exclude :
26- - laravel : 11 .*
27- php : 8.1
28+ - laravel : 10 .*
29+ php : 8.4
2830
2931 name : P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
3032
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^8.1 " ,
19+ "php" : " ^8.2 " ,
2020 "laravel/framework" : " ^10.0 || ^11.0" ,
2121 "ruflin/elastica" : " ^7.1 || 8.x-dev" ,
2222 "spatie/laravel-package-tools" : " ^1.13.0"
You can’t perform that action at this time.
0 commit comments