Skip to content

Commit e520f46

Browse files
author
liuzhaobo
committed
Add CI workflow for JDK 17.
1 parent bd5f15f commit e520f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
java: [8, 11]
14+
java: [8, 11, 17]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

0 commit comments

Comments
 (0)