Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fb291ae

Browse files
AdoptOpenJDK is now Temurin (#425)
1 parent 8af52e0 commit fb291ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /