We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f6104 commit 57782e5Copy full SHA for 57782e5
.github/workflows/default-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
needs: checkstyle
32
strategy:
33
matrix:
34
- java_version: [ '11', '12', '13', '14', '15', '16', '17', '18', '19' ]
+ java_version: [ '11', '12', '13', '14', '15', '16', '17', '18', '19', '20' ]
35
steps:
36
- uses: actions/checkout@v3
37
with:
0 commit comments