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 2022/10/03 16:06:52 UTC

[groovy] branch danielsun/jdk20 created (now 3078b875ff)

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

sunlan pushed a change to branch danielsun/jdk20
in repository https://gitbox.apache.org/repos/asf/groovy.git


      at 3078b875ff Add JDK20 build to GitHub Actions

This branch includes the following new commits:

     new 3078b875ff Add JDK20 build to GitHub Actions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[groovy] 01/01: Add JDK20 build to GitHub Actions

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3078b875ff44b9a48c9485435276a633bc61031e
Author: Daniel Sun <su...@apache.org>
AuthorDate: Tue Oct 4 00:06:33 2022 +0800

    Add JDK20 build to GitHub Actions
---
 .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 1c2d90baa4..4a28493095 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/GA/jdk19/877d6127e982470ba2a7faa31cc93d04/36/GPL/openjdk-19_linux-x64_bin.tar.gz"]
+        jdk: ["https://download.java.net/java/early_access/jdk20/17/GPL/openjdk-20-ea+17_linux-x64_bin.tar.gz"]
     runs-on: ${{ matrix.os }}
     steps:
       - name: Download JDK ${{ matrix.jdk }}