Skip to content

Commit 661f777

Browse files
committed
Update Frontend CI to Use JDK 21
This PR updates the frontend CI configuration to set up JDK 21, aligning with the baseline JDK 21 already set on the backend (opensearch-project/anomaly-detection#1228). Without this update, remote tests in CI would fail with the error: "error: release version 21 not supported." Testing: * Verified that remote tests in CI pass successfully with JDK 21. Signed-off-by: Kaituo Li <kaituo@amazon.com>
1 parent 6588710 commit 661f777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remote-integ-tests-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ ubuntu-latest ]
20-
jdk: [ 11 ]
20+
jdk: [ 21 ]
2121
runs-on: ${{ matrix.os }}
2222

2323
steps:

0 commit comments

Comments
 (0)