Skip to content
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

chore: Switch GitHub actions from setup-scala to setup-java #75

Merged
merged 1 commit into from
Dec 17, 2021

Commits on Dec 17, 2021

  1. chore: Switch GitHub actions from setup-scala to setup-java

    Motivation:
    
    See olafurpg/setup-scala#49:
    - olafurpg/setup-scala is no longer considered necessary by its maintainer and will probably be archived at some point.
    - Ubuntu runners now include the official SBT launcher by default.
    - actions/setup-java is the official action for setting up a JDK, so we might as well use that if it"s sufficient for our purpose.
    
    Modifications:
    
    - Replace olafurpg/setup-scala with actions/setup-java.
    - Use Zulu JDK.
    guilgaly committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    a6e5c73 View commit details
    Browse the repository at this point in the history