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 d8ec6a0 commit e6e0d8eCopy full SHA for e6e0d8e
.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
36
steps:
37
- uses: actions/checkout@v3
0 commit comments