Skip to content

Commit ff57344

Browse files
committed
Add build for JDK 17-ea
1 parent 02aaa01 commit ff57344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
java: [6, 8, 11, 15]
19+
java: [6, 8, 11, 15, 17-ea]
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Download Maven # Download with default JDK because OpenJDK 6 does not support TLS 1.2

0 commit comments

Comments
 (0)