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
This commit is contained in:
Carl Dea
2021-12-06 14:59:41 -05:00
committed by GitHub
parent d934d44164
commit 8cd6d50def
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java_version }}
distribution: 'adopt'
distribution: 'zulu'
- name: Maven cache
uses: actions/cache@v2
env: