Skip to content

Commit

Permalink
add jdk 17 test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Sep 30, 2021
1 parent 2984cbc commit 27553fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ jobs:
os: windows-latest
- java: 11
os: ubuntu-latest
- java: 17
os: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
- uses: actions/setup-java@v2
with:
java-version: "adopt@1.${{ matrix.java }}"
java-version: ${{ matrix.java }}
distribution: temurin
- uses: coursier/cache-action@v6
- shell: bash
run: sbt -v $(if [[ "${{matrix.sbt_version}}" != "" ]] ; then echo "^^${{matrix.sbt_version}}" ; fi) test scripted
Expand Down

0 comments on commit 27553fd

Please sign in to comment.