Skip to content

Commit

Permalink
chore: Test compatibility with ES 7 latest stable
Browse files Browse the repository at this point in the history
Most people will likely use this version.
  • Loading branch information
supersven authored and blackheaven committed Nov 5, 2024
1 parent 1ab857b commit 946b668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
include:
- versionTitle: ElasticSearch 7.17.0
- versionTitle: ElasticSearch 7.17.25
dockerCommand: |
docker run -d --rm --name es -p 127.0.0.1:9200:9200 -p 127.0.0.1:9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.17.0
docker run -d --rm --name es -p 127.0.0.1:9200:9200 -p 127.0.0.1:9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.17.25
readyCondition: GREEN
- versionTitle: OpenSearch 1.3.12
dockerCommand: |
Expand Down

0 comments on commit 946b668

Please sign in to comment.