File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,13 @@ jobs:
15
15
os : [ubuntu-latest]
16
16
php : [8.0]
17
17
laravel : [8.*]
18
+ elasticsearch : ["7.12.1"]
18
19
stability : [prefer-lowest, prefer-stable]
19
20
include :
20
21
- laravel : 8.*
21
22
testbench : ^6.6
22
23
23
- name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
+ name : P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
25
25
26
steps :
26
27
- name : Configure sysctl limits
33
34
- name : Start Elasticsearch
34
35
uses : elastic/elastic-github-actions/elasticsearch@master
35
36
with :
36
- stack-version : 7.11.0
37
+ stack-version : { { matrix.elasticsearch } }
37
38
38
39
- name : Checkout code
39
40
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments