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:
13
13
fail-fast : false
14
14
matrix :
15
15
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.* ]
18
18
elasticsearch : ["7.17.18", "8.12.2"]
19
19
stability : [prefer-lowest, prefer-stable]
20
20
include :
21
21
- laravel : 10.*
22
22
testbench : 8.*
23
23
- laravel : 11.*
24
24
testbench : 9.*
25
+ - laravel : 12.*
26
+ testbench : 10.*
25
27
exclude :
26
- - laravel : 11 .*
27
- php : 8.1
28
+ - laravel : 10 .*
29
+ php : 8.4
28
30
29
31
name : P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
30
32
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.1 " ,
19
+ "php" : " ^8.2 " ,
20
20
"laravel/framework" : " ^10.0 || ^11.0" ,
21
21
"ruflin/elastica" : " ^7.1 || 8.x-dev" ,
22
22
"spatie/laravel-package-tools" : " ^1.13.0"
You can’t perform that action at this time.
0 commit comments