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 2c72c18bdd update latest jdk22ea url, try jdk23ea
2c72c18bdd is described below

commit 2c72c18bdd60a9e765cf586c7f7ce20757449927
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Mar 4 21:15:57 2024 +1000

    update latest jdk22ea url, try jdk23ea
---
 .github/workflows/groovy-build-test.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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

Reply via email to