Skip to content

Commit

Permalink
Adding JDK8 support for CI matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
  • Loading branch information
martin-gaievski committed Mar 2, 2022
1 parent 9b31eba commit ab9d359
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: [8, 11, 14]

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

0 comments on commit ab9d359

Please sign in to comment.