We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f87e3 commit 15e86f2Copy full SHA for 15e86f2
.github/workflows/scala.yml
@@ -14,10 +14,12 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v2
18
- - name: Set up JDK 1.8
19
- uses: actions/setup-java@v1
+ - uses: actions/checkout@v4
+ - name: Set up JDK
+ uses: actions/setup-java@v4
20
with:
21
- java-version: 1.8
+ java-version: 17
22
+ - uses: sbt/setup-sbt@v1
23
- name: Run tests
24
+ shell: bash
25
run: sbt test
0 commit comments