Skip to content

Commit

Permalink
Prepare for setting ml-commons plugin 3.0.0 baseline JDK version to J…
Browse files Browse the repository at this point in the history
…DK-21

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Jun 20, 2024
1 parent 01c85cb commit ec5713e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
needs: Get-CI-Image-Tag
strategy:
matrix:
java: [11, 17, 21]
java: [21]

name: Build and Test MLCommons Plugin on linux
if: github.repository == 'opensearch-project/ml-commons'
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
needs: Build-ml-linux
strategy:
matrix:
java: [11, 17, 21]
java: [21]

name: Test MLCommons Plugin on linux docker
if: github.repository == 'opensearch-project/ml-commons'
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
Build-ml-windows:
strategy:
matrix:
java: [11, 17, 21]
java: [21]
name: Build and Test MLCommons Plugin on Windows
if: github.repository == 'opensearch-project/ml-commons'
environment: ml-commons-cicd-env
Expand Down

0 comments on commit ec5713e

Please sign in to comment.