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 d3c9146934 GROOVY-10973: Groovy should provide 'asReversed' and 
'reverseEach' methods for NavigableSet
d3c9146934 is described below

commit d3c914693486bf137ec0992ef0dc28b79cba2fae
Author: Paul King <[email protected]>
AuthorDate: Sun Mar 12 23:40:16 2023 +1000

    GROOVY-10973: Groovy should provide 'asReversed' and 'reverseEach' methods 
for NavigableSet
---
 .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 f76020d21a..b92b744750 100644
--- a/.github/workflows/groovy-build-test-ea.yml
+++ b/.github/workflows/groovy-build-test-ea.yml
@@ -28,7 +28,7 @@ jobs:
         os: [ubuntu-22.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/32/GPL/openjdk-20-ea+32_linux-x64_bin.tar.gz";]
+        jdk: 
["https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36/GPL/openjdk-20_linux-x64_bin.tar.gz";]
     runs-on: ${{ matrix.os }}
     steps:
       - name: Download JDK ${{ matrix.jdk }}

Reply via email to