Skip to content

Commit f3ffe84

Browse files
committed
Test against JDK 16
1 parent b164fa2 commit f3ffe84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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', '17-ea']
19+
java: ['6', '8', '11', '16', '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)