You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2023/01/20 17:20:53 UTC

[groovy] branch GROOVY_4_0_X updated: Update the link to JDK20

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new 5323d64a46 Update the link to JDK20
5323d64a46 is described below

commit 5323d64a460a4a46b5f53beef07e5596fa04e3f4
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Jan 21 01:18:38 2023 +0800

    Update the link to JDK20
    
    (cherry picked from commit c0c6fd86e3b3ad90abdcac3f167f3f34d54571ef)
---
 .github/workflows/groovy-build-test-ea.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/groovy-build-test-ea.yml b/.github/workflows/groovy-build-test-ea.yml
index 4635fc8979..8935992b3e 100644
--- a/.github/workflows/groovy-build-test-ea.yml
+++ b/.github/workflows/groovy-build-test-ea.yml
@@ -28,7 +28,7 @@ jobs:
         os: [ubuntu-20.04]
         java: [17]
         # The jdk links of "install-jdk.sh" are sometimes outdated, so we have to download openjdk releases from https://jdk.java.net/ by ourselves.
-        jdk: ["https://download.java.net/java/early_access/jdk20/27/GPL/openjdk-20-ea+27_linux-x64_bin.tar.gz"]
+        jdk: ["https://download.java.net/java/early_access/jdk20/32/GPL/openjdk-20-ea+32_linux-x64_bin.tar.gz"]
     runs-on: ${{ matrix.os }}
     steps:
       - name: Download JDK ${{ matrix.jdk }}