Skip to content

Commit

Permalink
ci: Use actions/setup-java temurin distribution
Browse files Browse the repository at this point in the history
### [My custom recipe](https://public.moderne.io/recipes/org.undefined.MyCustomRecipe)

Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from adopt to temurin to keep receiving software and security updates

See : https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/


Co-authored-by: Moderne <[email protected]>
  • Loading branch information
yeikel and TeamModerne committed Apr 9, 2023
1 parent b34a847 commit 8bcf173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
distribution: 'temurin'
cache: 'maven'
- name: Run Tests on Windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit 8bcf173

Please sign in to comment.