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 6a8fa2d commit 3d644fcCopy full SHA for 3d644fc
.github/workflows/dep_build.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- java_version: ['8', '17', '21']
+ java_version: ['8', '17', '21', '22']
19
# Versions need to align with ones in 'main.yml' workflow
20
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
21
# https://youtrack.jetbrains.com/issue/KT-65156
0 commit comments