From cede740ac2f424444c33ac7d4b22c19959c428ff Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Fri, 9 Aug 2024 12:16:40 -0700 Subject: [PATCH] Update elasticsearch7 image to 7.10.1 --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84e561f56c..5e3785a2f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: runs-on: ubuntu-22.04 services: elasticsearch7: - image: elasticsearch:7.10 + image: elasticsearch:7.10.1 env: discovery.type: single-node ports: @@ -197,6 +197,10 @@ jobs: run: 'git config --global init.defaultBranch main' - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag v4.1.2 + # # Runs on OpenSearch 2 by default + # - name: Set up OpenSearch + # uses: ankane/setup-opensearch@v1 + # - curl is needed for Curb # - xslt is needed for older Nokogiris, RUBY_VERSION < 2.5 # - sasl is needed for memcached