Skip to content

Commit 5d009a6

Browse files
committed
Try 17
Signed-off-by: Derek Ho <dxho@amazon.com>
1 parent a92cef0 commit 5d009a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
admin-password: ${{ env.OPENSEARCH_INITIAL_ADMIN_PASSWORD }}
6060
security_config_file: ${{ inputs.security_config_file }}
6161
port: 9202
62-
jdk-version: 21
62+
jdk-version: 17
6363

6464
- name: Check OpenSearch remote is running
6565
run: |
@@ -73,7 +73,7 @@ jobs:
7373
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"
7474
security-enabled: true
7575
admin-password: ${{ env.OPENSEARCH_INITIAL_ADMIN_PASSWORD }}
76-
jdk-version: 21
76+
jdk-version: 17
7777

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

0 commit comments

Comments
 (0)