Skip to content

Commit

Permalink
Merge pull request #79 from nyaruka/elastic8
Browse files Browse the repository at this point in the history
Test against Elasticsearch 8
  • Loading branch information
rowanseymour authored Jun 17, 2024
2 parents 2f150c0 + fd3699e commit 5853bab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
elastic:
image: elasticsearch:7.17.9
image: elasticsearch:8.13.4
env:
discovery.type: single-node
xpack.security.enabled: false
ports:
- 9200:9200
options: --health-cmd "curl http://localhost:9200/_cluster/health" --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down

0 comments on commit 5853bab

Please sign in to comment.