From f9e3053eccd6b2437968a73b807835a8c2b10f39 Mon Sep 17 00:00:00 2001 From: Carl Dea Date: Mon, 27 Sep 2021 14:37:10 -0400 Subject: [PATCH] Using TCK Tested JDK builds of OpenJDK The AdoptOpenJDK has been discontinued since July 2021. When using Zulu you get all the latest updated (TCK Tested) builds for all versions of OpenJDK included archived major fixed versions. --- .github/workflows/test-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index ef4204f..0346d61 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-java@v2 with: java-version: '8' - distribution: 'adopt' + distribution: 'zulu' - name: Cache m2 package uses: actions/cache@v2 with: -- GitLab