Skip to content

Commit

Permalink
Use Elasticsearch 7 in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Badatos committed Nov 21, 2024
1 parent 6bd0164 commit 3c17c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pod_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ jobs:
- name: Runs Elasticsearch
uses: elastic/elastic-github-actions/elasticsearch@refactor_with_plugins
with:
# stack-version: 7.6.0
stack-version: 6.8.23
stack-version: 7.17.25
plugins: analysis-icu

- name: Setup Pod
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pod_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
- name: Runs Elasticsearch
uses: elastic/elastic-github-actions/elasticsearch@refactor_with_plugins
with:
# stack-version: 7.6.0
stack-version: 6.8.23
stack-version: 7.17.25
plugins: analysis-icu

- name: Setup Pod
Expand Down

0 comments on commit 3c17c09

Please sign in to comment.