Skip to content

Commit

Permalink
Adding jdk 17 to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Gaievski <[email protected]>
  • Loading branch information
martin-gaievski committed Mar 17, 2022
1 parent 580411e commit 990a3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
Build-k-NN:
strategy:
matrix:
java: [11, 14]
java: [11, 14, 17]

name: Build and Test k-NN Plugin
runs-on: ubuntu-latest
Expand Down

0 comments on commit 990a3d7

Please sign in to comment.