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 f17c264 commit 0fd88bdCopy full SHA for 0fd88bd
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- java_version: ['8', '11', '17']
+ java_version: ['8', '11', '17', '21']
23
env:
24
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
25
steps:
0 commit comments