Skip to content

Replace setup-scala with setup-java in CI workflows #677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2025

Conversation

xerial
Copy link
Owner

@xerial xerial commented Jul 19, 2025

Summary

  • Replace olafurpg/setup-scala@v14 with actions/setup-java@v4 in snapshot workflow
  • Use Zulu OpenJDK distribution for consistency with other workflows
  • Maintain Java 11 version requirement

Benefits

  • Better consistency across CI workflows (test.yml and release.yml already use setup-java)
  • Use officially maintained GitHub Action
  • Cleaner configuration with explicit distribution choice

🤖 Generated with Claude Code

Updates snapshot.yml to use actions/setup-java@v4 instead of olafurpg/setup-scala@v14 for better consistency with other workflows and official GitHub Actions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@xerial xerial merged commit e8e8ec7 into master Jul 19, 2025
8 checks passed
@xerial xerial deleted the use-setup-java-in-ci branch July 19, 2025 18:22
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