Skip to content

Commit a92cef0

Browse files
committedJun 18, 2024
Update 2.x to 21
Signed-off-by: Derek Ho <dxho@amazon.com>
1 parent 2641fc5 commit a92cef0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/integration-test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -51,27 +51,29 @@ jobs:
5151
plugin-version: ${{ env.PLUGIN_VERSION }}
5252

5353
- name: Run Opensearch with A Single Plugin Remote Cluster
54-
uses: derek-ho/start-opensearch@v4
54+
uses: derek-ho/start-opensearch@v5
5555
with:
5656
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
5757
plugins: "file:$(pwd)/opensearch-security-${{ env.OPENSEARCH_VERSION }}.zip"
5858
security-enabled: true
5959
admin-password: ${{ env.OPENSEARCH_INITIAL_ADMIN_PASSWORD }}
6060
security_config_file: ${{ inputs.security_config_file }}
6161
port: 9202
62+
jdk-version: 21
6263

6364
- name: Check OpenSearch remote is running
6465
run: |
6566
curl https://localhost:9202/_cat/plugins -v -u admin:${{ env.OPENSEARCH_INITIAL_ADMIN_PASSWORD }} -k
6667
shell: bash
6768

6869
- name: Run Opensearch with security
69-
uses: derek-ho/start-opensearch@v2
70+
uses: derek-ho/start-opensearch@v5
7071
with:
7172
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
7273
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"
7374
security-enabled: true
7475
admin-password: ${{ env.OPENSEARCH_INITIAL_ADMIN_PASSWORD }}
76+
jdk-version: 21
7577

7678
# https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
7779
- name: Remove unnecessary files Linux

0 commit comments

Comments
 (0)