File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
needs : [Get-Require-Approval, Get-CI-Image-Tag, spotless]
43
43
strategy :
44
44
matrix :
45
- java : [21]
45
+ java : [21, 23 ]
46
46
47
47
name : Build and Test MLCommons Plugin on linux
48
48
if : github.repository == 'opensearch-project/ml-commons'
@@ -107,7 +107,7 @@ jobs:
107
107
needs : [Get-Require-Approval, Build-ml-linux, spotless]
108
108
strategy :
109
109
matrix :
110
- java : [21]
110
+ java : [21, 23 ]
111
111
112
112
name : Test MLCommons Plugin on linux docker
113
113
if : github.repository == 'opensearch-project/ml-commons'
@@ -203,7 +203,7 @@ jobs:
203
203
Build-ml-windows :
204
204
strategy :
205
205
matrix :
206
- java : [21]
206
+ java : [21, 23 ]
207
207
name : Build and Test MLCommons Plugin on Windows
208
208
if : github.repository == 'opensearch-project/ml-commons'
209
209
needs : [Get-Require-Approval, spotless]
You can’t perform that action at this time.
0 commit comments