Skip to content

Commit ff17bfa

Browse files
Add JDK23 support to github actions (opensearch-project#3542)
Signed-off-by: Peter Zhu <[email protected]>
1 parent ebc0792 commit ff17bfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
needs: [Get-Require-Approval, Get-CI-Image-Tag, spotless]
4343
strategy:
4444
matrix:
45-
java: [21]
45+
java: [21, 23]
4646

4747
name: Build and Test MLCommons Plugin on linux
4848
if: github.repository == 'opensearch-project/ml-commons'
@@ -107,7 +107,7 @@ jobs:
107107
needs: [Get-Require-Approval, Build-ml-linux, spotless]
108108
strategy:
109109
matrix:
110-
java: [21]
110+
java: [21, 23]
111111

112112
name: Test MLCommons Plugin on linux docker
113113
if: github.repository == 'opensearch-project/ml-commons'
@@ -203,7 +203,7 @@ jobs:
203203
Build-ml-windows:
204204
strategy:
205205
matrix:
206-
java: [21]
206+
java: [21, 23]
207207
name: Build and Test MLCommons Plugin on Windows
208208
if: github.repository == 'opensearch-project/ml-commons'
209209
needs: [Get-Require-Approval, spotless]

0 commit comments

Comments
 (0)