Skip to content

Commit

Permalink
Merge pull request #1033 from SethTisue/test-jdk17
Browse files Browse the repository at this point in the history
CI: switch to setup-java + Temurin
  • Loading branch information
eed3si9n authored Feb 3, 2022
2 parents 64e34cc + 61fed59 commit ef99883
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 @@ -26,9 +26,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup
uses: olafurpg/setup-scala@v13
uses: actions/setup-java@v2
with:
java-version: "adopt@1.${{ matrix.java }}"
distribution: temurin
java-version: ${{ matrix.java }}
- name: Coursier cache
uses: coursier/cache-action@v5
- name: Cache sbt
Expand Down

0 comments on commit ef99883

Please sign in to comment.