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 9a05042 commit 7a6d599Copy full SHA for 7a6d599
.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', '20']
+ java_version: ['11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21']
35
36
steps:
37
- uses: actions/checkout@v4
0 commit comments