Skip to content

Commit 997385c

Browse files
committed
Added matrix.es-version in CI github action
1 parent e584dc4 commit 997385c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
matrix:
1212
php-version: [7.1, 7.2, 7.3, 7.4]
1313
os: [ubuntu-latest]
14+
es-version: [7.x-SNAPSHOT]
1415

1516
steps:
1617
- name: Checkout
@@ -31,10 +32,10 @@ jobs:
3132
sudo sysctl -w fs.file-max=262144
3233
sudo sysctl -w vm.max_map_count=262144
3334
34-
- name: Runs Elasticsearch
35+
- name: Runs Elasticsearch ${{ matrix.es-version }}
3536
uses: elastic/elastic-github-actions/elasticsearch@master
3637
with:
37-
stack-version: 7.x-SNAPSHOT
38+
stack-version: ${{ matrix.es-version }}
3839

3940
- name: Install dependencies
4041
run: |

0 commit comments

Comments
 (0)