We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c304768 commit 9b57946Copy full SHA for 9b57946
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
os: [ ubuntu-latest, windows-latest, macos-latest ]
18
- java: [ '8', '11', '12', '13', '14' ]
+ java: [ '8', '11', '12', '13', '14', '15' ]
19
steps:
20
- uses: actions/checkout@v2
21
- name: Set up JDK
0 commit comments