Skip to content

Commit 32deec5

Browse files
committed
feat: matrix workflow
1 parent 00a17f1 commit 32deec5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/elasticsearch.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
run-action:
77
name: Start Elasticsearch
88
runs-on: ubuntu-latest
9+
strategy:
10+
matrix:
11+
elasticsearch: ["6.4.3", "7.6.2"]
912
steps:
1013
- name: Checkout
1114
uses: actions/checkout@v1
@@ -20,7 +23,7 @@ jobs:
2023
- name: Start Elasticsearch
2124
uses: ./
2225
with:
23-
stack-version: 6.4.3
26+
stack-version: ${{ matrix.elasticsearch }}
2427
plugins: |
2528
analysis-kuromoji
2629

0 commit comments

Comments
 (0)