Skip to content

Commit a4efb5f

Browse files
authored
Merge pull request #1002 from k163377/kotlin-2.2
Add Kotlin 2.2 for CI
2 parents 33adf40 + e87bf31 commit a4efb5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dep_build_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
java_version: ['8', '17', '21', '24']
1818
# Versions need to align with ones in 'main.yml' workflow
19-
kotlin_version: ['2.0.21', '2.1.20']
19+
kotlin_version: ['2.0.21', '2.1.20', '2.2.0-RC']
2020
env:
2121
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2222
steps:

.github/workflows/dep_build_v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
java_version: ['17', '21', '24']
1616
# Versions need to align with ones in 'main.yml' workflow
17-
kotlin_version: ['2.0.21', '2.1.20']
17+
kotlin_version: ['2.0.21', '2.1.20', '2.2.0-RC']
1818
env:
1919
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2020
steps:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
max-parallel: 5
2222
matrix:
2323
java_version: ['8', '11', '17', '21', '24']
24-
kotlin_version: ['2.0.21', '2.1.20']
24+
kotlin_version: ['2.0.21', '2.1.20', '2.2.0-RC']
2525
include:
2626
- java_version: '8'
2727
kotlin_version: '2.0.21'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ println(arrayNode.toString()) // ["foo",true,1,1.0,"YmFy"]
112112
Different `kotlin-core` versions are supported by different Jackson Kotlin module minor versions.
113113
Here is an incomplete list of supported versions:
114114

115-
* Jackson 2.20.x: Kotlin-core 2.0 - 2.1
115+
* Jackson 2.20.x: Kotlin-core 2.0 - 2.2
116116
* Jackson 2.19.x: Kotlin-core 1.9 - 2.1
117117
* Jackson 2.18.x: Kotlin-core 1.8 - 2.1
118118
* Jackson 2.17.x: Kotlin-core 1.7 - 2.0

0 commit comments

Comments
 (0)