We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a4ded commit 3f7fc0cCopy full SHA for 3f7fc0c
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- java: ['6', '8', '11', '16', '17-ea']
+ java: ['6', '8', '11', '17']
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