Update CI to test current Java LTS versions - #115
Merged
Merged
Conversation
Java 25 became the newest LTS release (Sept 2025); add it to the branch/main build matrices. release.yml still targeted 8/11/13/15/16, which includes non-LTS releases that are long past end of life - switch it to the same 8/11/17/21/25 LTS matrix used elsewhere. Kotlin has no equivalent LTS concept and the build only compiles against the single kotlin.version in pom.xml, so no matrix change is needed there.
atomfinger
force-pushed
the
ci/java-lts-matrix
branch
from
September 26, 2026 09:53
f34eb0b to
18385bf
Compare
atomfinger
enabled auto-merge (squash)
September 26, 2026 10:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
main-buildandbranch-buildmatrices, alongside the existing 8/11/17/21.release.yml's outdated8/11/13/15/16matrix (which includes non-LTS releases past end of life) with the same8/11/17/21/25LTS set used by the other workflows.Kotlin doesn't have an equivalent "LTS" concept, and the build only compiles against the single
kotlin.versionpinned inpom.xml, so no Kotlin version matrix was added.Test plan