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