build: Run tests on Java 26#511
Conversation
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the CI build workflow to include Java 26 in the test matrix, keeping docling-java continuously validated against the newest JDK line alongside existing supported versions.
Changes:
- Add Java 26 to the
jvm-build-testmatrix so each module is built and tested on Java 26. - Add Java 26 to the
prepare-test-reportsmatrix so aggregated reports/Codecov uploads also run for Java 26.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
:java_duke: JaCoCo coverage report
|
|
||||||||||||||
|
HTML test reports are available as workflow artifacts (zipped HTML). • Download: Artifacts for this run |
|
Should we really be building against Java 26? We probably only want to support LTS version... |
|
🎉 This issue has been resolved in |
|
@edeandrea that would be a good thing to decide and document. Don't we wanna build against LTS versions + the current version of Java to make sure it works? I started a discussion in #531 so we can talk about that. |
No description provided.