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