Skip to content

chore: Remove deprecated version input from graalvm/setup-graalvm step - #396

Merged
EvgheniPopusoi merged 1 commit into
masterfrom
chore/remove-depricated-config
Sep 8, 2026
Merged

EvgheniPopusoi merged 1 commit into
masterfrom
chore/remove-depricated-config

Conversation

@EvgheniPopusoi

Copy link
Copy Markdown
Contributor

Summary

  • Removes version: 'latest' from the graalvm/setup-graalvm step in the native image build workflow. This input is a Mandrel-specific alias and has no effect with distribution: graalvm/java-version: '25' — GraalVM release selection for JDK 17+ comes from java-version + distribution alone (see follow-up to feat: Add graalvm-distribution input to native image build workflow #394).

Test plan

  • Trigger a workflow run that calls this reusable workflow and confirm the graalvm/setup-graalvm step still resolves and installs GraalVM correctly without the version input.

🤖 Generated with Claude Code

'version: latest' is a Mandrel-specific alias and has no effect with
distribution: graalvm; java-version + distribution alone control the
GraalVM release for JDK 17+.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@EvgheniPopusoi
EvgheniPopusoi merged commit b3e52c3 into master Sep 8, 2026
1 of 2 checks passed
@EvgheniPopusoi
EvgheniPopusoi deleted the chore/remove-depricated-config branch September 8, 2026 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants