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