Skip to content

Commit

Permalink
Merge pull request #312 from github/update-to-8.13.2
Browse files Browse the repository at this point in the history
Update CI to 8.13.2
  • Loading branch information
ndonewar authored Apr 9, 2024
2 parents 5c27f3c + d247c4a commit 5d9cc37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
strategy:
matrix:
ruby-version: ['3.2']
ES_VERSION: ['5.6.15', '8.13.0']
ES_VERSION: ['5.6.15', '8.13.2']
include:
- ES_VERSION: '5.6.15'
ES_DOWNLOAD_URL: >-
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.15.tar.gz
- ES_VERSION: '8.13.0'
- ES_VERSION: '8.13.2'
ES_DOWNLOAD_URL: >-
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.0-linux-x86_64.tar.gz
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.2-linux-x86_64.tar.gz
steps:
- uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
elasticsearch8.13:
image: docker.elastic.co/elasticsearch/elasticsearch:8.13.0
image: docker.elastic.co/elasticsearch/elasticsearch:8.13.2
container_name: es8.13
profiles: ["es8", "all"]
environment:
Expand Down

0 comments on commit 5d9cc37

Please sign in to comment.