From 5d009a611b6aa713b3852c9e9f448c8437c320e9 Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Tue, 18 Jun 2024 13:34:00 -0400 Subject: [PATCH] Try 17 Signed-off-by: Derek Ho --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b1da23aaf..cd1e2eec6 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -59,7 +59,7 @@ jobs: admin-password: ${{ env.OPENSEARCH_INITIAL_ADMIN_PASSWORD }} security_config_file: ${{ inputs.security_config_file }} port: 9202 - jdk-version: 21 + jdk-version: 17 - name: Check OpenSearch remote is running run: | @@ -73,7 +73,7 @@ jobs: plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip" security-enabled: true admin-password: ${{ env.OPENSEARCH_INITIAL_ADMIN_PASSWORD }} - jdk-version: 21 + jdk-version: 17 # https://github.com/actions/runner-images/issues/2840#issuecomment-790492173 - name: Remove unnecessary files Linux