Skip to content

Remove unused version input from graalvm/setup-graalvm step - #395

Open
EvgheniPopusoi wants to merge 1 commit into
masterfrom
fix/remove-unused-graalvm-version-input
Open

EvgheniPopusoi wants to merge 1 commit into
masterfrom
fix/remove-unused-graalvm-version-input

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>
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.

1 participant