Skip to content

Commit 27553fd

Browse files
authored
add jdk 17 test
1 parent 2984cbc commit 27553fd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@ jobs:
2020
os: windows-latest
2121
- java: 11
2222
os: ubuntu-latest
23+
- java: 17
24+
os: ubuntu-latest
2325
steps:
2426
- uses: actions/[email protected]
2527
with:
2628
fetch-depth: 0
27-
- uses: olafurpg/setup-scala@v13
29+
- uses: actions/setup-java@v2
2830
with:
29-
java-version: "adopt@1.${{ matrix.java }}"
31+
java-version: ${{ matrix.java }}
32+
distribution: temurin
3033
- uses: coursier/cache-action@v6
3134
- shell: bash
3235
run: sbt -v $(if [[ "${{matrix.sbt_version}}" != "" ]] ; then echo "^^${{matrix.sbt_version}}" ; fi) test scripted

0 commit comments

Comments
 (0)