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 <[email protected]>
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 }}

Reply via email to