Skip to content

Commit c8e0a9e

Browse files
committed
Add JDK 17 build in CI
1 parent d91e4c0 commit c8e0a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
java: ['11']
9+
java: ['11', '17']
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Setup JDK

0 commit comments

Comments
 (0)