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 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]
You can’t perform that action at this time.
0 commit comments