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

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


The following commit(s) were added to refs/heads/master by this push:
     new 170420afd6 jdk23ea not working yet
170420afd6 is described below

commit 170420afd69927ab8913af64ea9963fd7c5af9ed
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Mar 4 21:25:21 2024 +1000

    jdk23ea not working yet
---
 .github/workflows/groovy-build-test.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/groovy-build-test.yml 
b/.github/workflows/groovy-build-test.yml
index 8d5b422ddd..8d164c7e84 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -71,7 +71,8 @@ jobs:
         # 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/jdk22/830ec9fcccef480bb3e73fb7ecafe059/36/GPL/openjdk-22_linux-x64_bin.tar.gz";
-          - 
"https://download.java.net/java/early_access/jdk23/12/GPL/openjdk-23-ea+12_linux-x64_bin.tar.gz";
+# TODO: JDK 23 is not working for now.
+#          - 
"https://download.java.net/java/early_access/jdk23/12/GPL/openjdk-23-ea+12_linux-x64_bin.tar.gz";
     runs-on: ${{ matrix.os }}
     steps:
       - name: Download JDK ${{ matrix.jdk }}

Reply via email to