Skip to content

Commit

Permalink
Run CI on JDK 8 (opensearch-project#302)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Gaievski <[email protected]>
  • Loading branch information
martin-gaievski authored Mar 7, 2022
1 parent 9e0301a commit 61c03eb
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 61c03eb

Please sign in to comment.