Skip to content

Commit

Permalink
drop support for JDK 14 (#267)
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Zhang <xunzh@amazon.com>
  • Loading branch information
Zhangxunmt committed Mar 31, 2022
1 parent 49888a4 commit 3125b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Build-ml:
strategy:
matrix:
java: [11, 14, 17]
java: [11, 17]

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

0 comments on commit 3125b53

Please sign in to comment.