-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
3 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters