Skip to content

Commit 28a1dbb

Browse files
authored
Merge pull request #854 from FasterXML/2.19
2.19
2 parents 36be0ef + de82368 commit 28a1dbb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/dep_build_v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
java_version: ['8', '17', '21', '22']
17+
java_version: ['8', '17', '21', '23']
1818
# Versions need to align with ones in 'main.yml' workflow
1919
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
2020
# https://youtrack.jetbrains.com/issue/KT-65156
21-
kotlin_version: ['1.8.10', '1.9.23', '2.0.0']
21+
kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0-RC']
2222
env:
2323
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2424
steps:

.github/workflows/dep_build_v3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
java_version: ['8', '17', '21', '22']
17+
java_version: ['8', '17', '21', '23']
1818
# Versions need to align with ones in 'main.yml' workflow
1919
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
2020
# https://youtrack.jetbrains.com/issue/KT-65156
21-
kotlin_version: ['1.8.10', '1.9.23', '2.0.0']
21+
kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0-RC']
2222
env:
2323
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2424
steps:

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
fail-fast: false
2828
max-parallel: 5
2929
matrix:
30-
java_version: ['8', '11', '17', '21', '22']
30+
java_version: ['8', '11', '17', '21', '23']
3131
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
3232
# https://youtrack.jetbrains.com/issue/KT-65156
33-
kotlin_version: ['1.8.10', '1.9.23', '2.0.0']
33+
kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0-RC']
3434
include:
3535
- java_version: '8'
3636
kotlin_version: '1.8.10'

0 commit comments

Comments
 (0)