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 <[email protected]>
  • Loading branch information
yeikel and TeamModerne committed Apr 9, 2023
1 parent b34a847 commit 7d919ca
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 7d919ca

Please sign in to comment.