From 4164cd9b1b230e4e490f5b1668a2b8098bf1c822 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Wed, 5 Jun 2024 13:13:07 -0500 Subject: [PATCH] Test against Elasticsearch 8 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e325417..2541915 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: --ulimit memlock=-1:-1 --ulimit nofile=65536:65536