diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2623871..a817676 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: --health-cmd "curl http://localhost:9200/_cluster/health" --health-interval 10s --health-timeout 5s --health-retries 5