We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02aaa01 commit ff57344Copy full SHA for ff57344
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- java: [6, 8, 11, 15]
+ java: [6, 8, 11, 15, 17-ea]
20
steps:
21
- uses: actions/checkout@v2
22
- name: Download Maven # Download with default JDK because OpenJDK 6 does not support TLS 1.2
0 commit comments