Skip to content

Commit

Permalink
ci: use actions/setup-java temurin distribution
Browse files Browse the repository at this point in the history
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 <team@moderne.io>
  • Loading branch information
2 people authored and datho7561 committed Apr 14, 2023
1 parent b34a847 commit 6ed5b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-verify.yml
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 6ed5b0e

Please sign in to comment.