Skip to content

Commit

Permalink
Use Elasticsearch 7.10 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Nov 11, 2024
1 parent 68ed650 commit 0b191cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
--health-timeout 5s
--health-retries 5
elasticsearch:
image: hypothesis/elasticsearch:latest
image: hypothesis/elasticsearch:elasticsearch7.10
ports:
- 9200:9200
env:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
--health-timeout 5s
--health-retries 5
elasticsearch:
image: hypothesis/elasticsearch:latest
image: hypothesis/elasticsearch:elasticsearch7.10
ports:
- 9200:9200
env:
Expand Down

0 comments on commit 0b191cc

Please sign in to comment.