Skip to content

Commit a1b6ec4

Browse files
committed
Add JDK-20 to CI build matrix
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent cd1ba8b commit a1b6ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
Build-ml:
1212
strategy:
1313
matrix:
14-
java: [11, 17]
14+
java: [11, 17, 20]
1515

1616
name: Build and Test MLCommons Plugin
1717
runs-on: ubuntu-latest
@@ -89,7 +89,7 @@ jobs:
8989
Build-ml-windows:
9090
strategy:
9191
matrix:
92-
java: [11, 17]
92+
java: [11, 17, 20]
9393
name: Build and Test MLCommons Plugin on Windows
9494
runs-on: windows-latest
9595

0 commit comments

Comments
 (0)