Skip to content

Commit fb0c4de

Browse files
authored
AdoptOpenJDK is now Temurin (#249)
1 parent 6074480 commit fb0c4de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: coursier/cache-action@v6
2020
- uses: actions/setup-java@v2
2121
with:
22-
distribution: adopt
22+
distribution: temurin
2323
java-version: ${{matrix.java}}
2424
- name: Test
2525
run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck package

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 0
1212
- uses: actions/setup-java@v2
1313
with:
14-
distribution: adopt
14+
distribution: temurin
1515
java-version: 8
1616
- run: sbt versionCheck ci-release
1717
env:

0 commit comments

Comments
 (0)