Skip to content

Commit

Permalink
Update elasticsearch7 image to 7.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Aug 9, 2024
1 parent fdd258c commit cede740
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cede740

Please sign in to comment.