Skip to content

Commit 3d1245f

Browse files
authored
Update Frontend CI to Use JDK 21 (opensearch-project#798)
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 3d1245f

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)