Skip to content

Commit 0e85737

Browse files
committed
.github/workflows: Swap from adoptopenjdk to temurin
Adopt OpenJDK is longer seeing new releases, and instead has moved under the Eclipse umbrella with Temurin releases. https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/ https://github.com/actions/setup-java#supported-distributions The adopt binaries still work, but won't see new versions.
1 parent 2b4a474 commit 0e85737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-java@v2
2626
with:
2727
java-version: ${{ matrix.jre }}
28-
distribution: 'adopt'
28+
distribution: 'temurin'
2929

3030
- name: Gradle cache
3131
uses: actions/cache@v2

0 commit comments

Comments
 (0)