Skip to content

Commit

Permalink
Switch OpenJDK distribution to Zulu for GitHub Actions (#1060)
Browse files Browse the repository at this point in the history
* Using TCK Tested JDK builds of OpenJDK

The AdoptOpenJDK has been discontinued since July 2021 (https://adoptopenjdk.net). Switching the distribution to Azul Zulu. When using Zulu you get all the latest updated (TCK Tested) builds for all versions of OpenJDK.
  • Loading branch information
carldea committed Dec 8, 2021
1 parent 2568155 commit 8345ea1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Expand Up @@ -11,10 +11,7 @@ jobs:
build:
strategy:
matrix:
java-version:
- 8
- 11
- 12
java-version: [ 8, 11, 12 ]
runs-on: ubuntu-latest

steps:
Expand All @@ -24,7 +21,7 @@ jobs:

- uses: actions/setup-java@v2
with:
distribution: adopt
distribution: zulu
java-version: ${{ matrix.java-version }}

- name: Cache Gradle packages
Expand Down

0 comments on commit 8345ea1

Please sign in to comment.