Skip to content

Commit

Permalink
Added support for jdk-21 (opensearch-project#500)
Browse files Browse the repository at this point in the history
* Added support for jdk-21

Signed-off-by: Martin Gaievski <gaievski@amazon.com>
Signed-off-by: Gopala-Krishna.Char <gopala-krishna.char@intrafind.de>
  • Loading branch information
martin-gaievski authored and Gopala-Krishna.Char committed Jan 4, 2024
1 parent b697bea commit 2ab7b3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs: Get-CI-Image-Tag
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
os: [ubuntu-latest]

name: Gradle Check Linux
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
Check-neural-search-windows:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
os: [windows-latest]

name: Gradle Check Windows
Expand All @@ -82,7 +82,7 @@ jobs:
Precommit-neural-search:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
os: [ubuntu-latest]

name: Pre-commit Linux
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
Precommit-neural-search-windows:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
os: [windows-latest]

name: Pre-commit Windows
Expand Down

0 comments on commit 2ab7b3b

Please sign in to comment.