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 c06913a commit 0b2d1e0Copy full SHA for 0b2d1e0
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: coursier/cache-action@v6
20
- uses: coursier/setup-action@v1
21
with:
22
- jvm: adopt:8
+ jvm: zulu:17
23
apps: sbt
24
- name: Test
25
run: sbt -v ";+core/test;+instrumentation/test;+reporters/test"
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
run: sbt -v "+scalafmtCheckAll;scalafmtSbtCheck"
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- jvm: adopt:17
- name: Release
run: sbt ";+instrumentation/publishLocal; release"
0 commit comments