We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2984cbc commit 27553fdCopy full SHA for 27553fd
.github/workflows/ci.yml
@@ -20,13 +20,16 @@ jobs:
20
os: windows-latest
21
- java: 11
22
os: ubuntu-latest
23
+ - java: 17
24
+ os: ubuntu-latest
25
steps:
26
- uses: actions/[email protected]
27
with:
28
fetch-depth: 0
- - uses: olafurpg/setup-scala@v13
29
+ - uses: actions/setup-java@v2
30
- java-version: "adopt@1.${{ matrix.java }}"
31
+ java-version: ${{ matrix.java }}
32
+ distribution: temurin
33
- uses: coursier/cache-action@v6
34
- shell: bash
35
run: sbt -v $(if [[ "${{matrix.sbt_version}}" != "" ]] ; then echo "^^${{matrix.sbt_version}}" ; fi) test scripted
0 commit comments