Skip to content

Use JDK 21 Graal in the CI#839

Merged
jormundur00 merged 3 commits intomasterfrom
jormundur00/update-ci-jdk
Feb 25, 2026
Merged

Use JDK 21 Graal in the CI#839
jormundur00 merged 3 commits intomasterfrom
jormundur00/update-ci-jdk

Conversation

@jormundur00
Copy link
Member

@jormundur00 jormundur00 commented Feb 24, 2026

In this PR we bump the Graal version used by CI to the latest JDK 21 release. We do this by separating the JAVA_HOME setting step (as JAVA_HOME has to stay JDK 17 for the gradle wrapper to work) and the GRAALVM_HOME setting step. To this goal, the java version must be set to an exact version (such as 17.0.12) if we want to use a graalvm distribution in the actions/setup-java@v4 action, as leaving it as 17 fails with:

Error: Could not find GraalVM for SemVer 17

Fixes: #838

@jormundur00 jormundur00 requested a review from vjovanov February 24, 2026 09:25
@jormundur00 jormundur00 self-assigned this Feb 24, 2026
@jormundur00 jormundur00 added the enhancement New feature or request label Feb 24, 2026
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 24, 2026
@jormundur00 jormundur00 marked this pull request as draft February 24, 2026 09:25
@jormundur00 jormundur00 marked this pull request as ready for review February 24, 2026 12:14
@jormundur00 jormundur00 merged commit 1844654 into master Feb 25, 2026
567 checks passed
@jormundur00 jormundur00 deleted the jormundur00/update-ci-jdk branch February 25, 2026 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run tests on JDK 21 instead of 17

2 participants