We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55af106 + 7d8dc09 commit c78eda3Copy full SHA for c78eda3
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- java_version: ['8', '11', '17', '21']
+ java_version: ['8', '11', '17', '21', '22']
29
os: ['ubuntu-20.04']
30
env:
31
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
0 commit comments