Skip to content

Commit

Permalink
Update Frontend CI to Use JDK 21
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kaituo committed Jun 19, 2024
1 parent 6588710 commit 661f777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remote-integ-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
jdk: [ 11 ]
jdk: [ 21 ]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 661f777

Please sign in to comment.