Skip to content

Commit

Permalink
Adds 9.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Sep 16, 2024
1 parent 4d735c3 commit aed0dc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.16.0-SNAPSHOT"]
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.16.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.16.0-SNAPSHOT"]
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.16.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.16.0-SNAPSHOT"]
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.16.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.16.0-SNAPSHOT"]
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.16.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/run-elasticsearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ do
--name="es${node}" \
-v /es/plugins/:/usr/share/elasticsearch/plugins/ \
docker.elastic.co/elasticsearch/elasticsearch:${STACK_VERSION}
elif [ "x${MAJOR_VERSION}" == 'x8' ]; then
elif [ "x${MAJOR_VERSION}" == 'x8' ] || [ "x${MAJOR_VERSION}" == 'x9' ]; then
if [ "${SECURITY_ENABLED}" == 'true' ]; then
elasticsearch_password=${ELASTICSEARCH_PASSWORD-'changeme'}
docker run \
Expand Down

0 comments on commit aed0dc5

Please sign in to comment.