We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87cd33 commit 9434ec1Copy full SHA for 9434ec1
.github/workflows/run-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
# Docs: https://docs.github.com/en/actions/using-containerized-services
24
services:
25
opensearch:
26
- image: opensearch:latest
+ image: opensearch:2.10.0
27
env:
28
discovery.type: single-node
29
ES_JAVA_OPTS: '-Xms512m -Xmx512m'
0 commit comments