Skip to content

Commit

Permalink
Switch to setup-java action
Browse files Browse the repository at this point in the history
setup-scala is no longer maintained. See:
olafurpg/setup-scala#49
  • Loading branch information
asarkar authored Jul 30, 2023
1 parent 5d10466 commit 5dda7b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up
uses: olafurpg/setup-scala@v11
uses: actions/setup-java@v3
with:
java-version: zulu@1.11
distribution: temurin
java-version: 11
- name: Build and Test
run: |
sbt -v +test

0 comments on commit 5dda7b7

Please sign in to comment.