We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6074480 commit fb0c4deCopy full SHA for fb0c4de
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: coursier/cache-action@v6
20
- uses: actions/setup-java@v2
21
with:
22
- distribution: adopt
+ distribution: temurin
23
java-version: ${{matrix.java}}
24
- name: Test
25
run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck package
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
fetch-depth: 0
12
13
14
15
java-version: 8
16
- run: sbt versionCheck ci-release
17
env:
0 commit comments