Skip to content

Commit 3d644fc

Browse files
committed
Add Java22 to test matrix
1 parent 6a8fa2d commit 3d644fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dep_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
java_version: ['8', '17', '21']
18+
java_version: ['8', '17', '21', '22']
1919
# Versions need to align with ones in 'main.yml' workflow
2020
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
2121
# https://youtrack.jetbrains.com/issue/KT-65156

0 commit comments

Comments
 (0)