Skip to content

chore: update JDK test versions - #938

Draft
jbachorik wants to merge 1 commit into
developfrom
automation/update-jdk-versions
Draft

chore: update JDK test versions#938
jbachorik wants to merge 1 commit into
developfrom
automation/update-jdk-versions

Conversation

@jbachorik

@jbachorik jbachorik commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Automated JDK version update detected by SDKMan API.

Changes

  • 8.0.492-tem -> 8.0.502-tem
  • 11.0.31-tem -> 11.0.32-tem
  • 17.0.19-tem -> 17.0.20-tem
  • 21.0.11-tem -> 21.0.12-tem
  • 25.0.3-tem -> 25.0.4-tem
  • 27.ea.31-open -> 27.ea.32-open
  • build JDK: 11.0.31-tem -> 11.0.32-tem

This change is Reviewable

Copilot AI review requested due to automatic review settings August 3, 2026 07:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions CI/release workflow JDK matrices to newer SDKMAN Temurin/OpenJDK identifiers, aligning the integration-test runs and the “build JDK” used in the CI setup step with the detected SDKMAN updates.

Changes:

  • Bumped the JDK version matrix in the release workflow integration test job.
  • Bumped the JDK version matrix in the continuous workflow test job.
  • Updated the explicitly-installed build JDK in the continuous workflow setup step (11.0.31-tem → 11.0.32-tem).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/release.yml Updates the integration-tests matrix JDK versions used during release runs.
.github/workflows/continuous.yml Updates the CI test matrix JDK versions and the pinned build JDK installed via SDKMAN.

fail-fast: false
matrix:
java: [ 8.0.492-tem, 11.0.31-tem, 17.0.19-tem, 21.0.11-tem, 25.0.3-tem, 27.ea.31-open ]
java: [ 8.0.502-tem, 11.0.32-tem, 17.0.20-tem, 21.0.12-tem, 25.0.4-tem, 27.ea.32-open ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants