Skip to content

Commit

Permalink
add jdk 21 into CI
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Jan 15, 2024
1 parent 78a2d0e commit 05cef8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Run all jobs
fail-fast: false
matrix:
java: [11, 17]
java: [11, 17, 21]
runs-on: ubuntu-latest
container:
# using the same image which is used by opensearch-build team to build the OpenSearch Distribution
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
# Run all jobs
fail-fast: false
matrix:
java: [11, 17]
java: [11, 17, 21]
os: [windows-latest, macos-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 05cef8f

Please sign in to comment.