Skip to content

Commit

Permalink
Merge pull request #854 from FasterXML/2.19
Browse files Browse the repository at this point in the history
2.19
  • Loading branch information
k163377 authored Nov 16, 2024
2 parents 36be0ef + de82368 commit 28a1dbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dep_build_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['8', '17', '21', '22']
java_version: ['8', '17', '21', '23']
# Versions need to align with ones in 'main.yml' workflow
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
# https://youtrack.jetbrains.com/issue/KT-65156
kotlin_version: ['1.8.10', '1.9.23', '2.0.0']
kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0-RC']
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dep_build_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['8', '17', '21', '22']
java_version: ['8', '17', '21', '23']
# Versions need to align with ones in 'main.yml' workflow
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
# https://youtrack.jetbrains.com/issue/KT-65156
kotlin_version: ['1.8.10', '1.9.23', '2.0.0']
kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0-RC']
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
java_version: ['8', '11', '17', '21', '22']
java_version: ['8', '11', '17', '21', '23']
# kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10.
# https://youtrack.jetbrains.com/issue/KT-65156
kotlin_version: ['1.8.10', '1.9.23', '2.0.0']
kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0-RC']
include:
- java_version: '8'
kotlin_version: '1.8.10'
Expand Down

0 comments on commit 28a1dbb

Please sign in to comment.