Skip to content

Commit e02404c

Browse files
committed
Update CI WF
1 parent 57a1185 commit e02404c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
java_version: ['8', '11', '17']
30-
# Jackson 2.15 drops support for Kotlin 1.4
31-
kotlin_version: ['1.5.32', '1.6.21', '1.7.20', '1.8.10', '1.8.20-RC']
30+
kotlin_version: ['1.6.21', '1.7.20', '1.8.22', '1.9.0']
3231
os: ['ubuntu-20.04']
3332
env:
3433
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"

0 commit comments

Comments
 (0)