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

jamesfredley pushed a commit to branch deps/update-java-gradle-groovy-versions
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 227da5ae52883c6ba9b6d34e8c77740313ce00ad
Author: James Fredley <[email protected]>
AuthorDate: Sat Jan 24 00:27:32 2026 -0500

    Adjust CI Java matrix to 17 and 25
---
 .github/workflows/gradle.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 27216b1a14..4a20b78304 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -30,7 +30,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 17, 21 ]
+        java: [ 17, 25 ]
     runs-on: ubuntu-24.04
     steps:
       - name: "Output Agent IP" # in the event RAO blocks this agent, this can 
be used to debug it
@@ -100,7 +100,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 17, 21 ]
+        java: [ 17, 25 ]
     runs-on: ubuntu-24.04
     steps:
       - name: "Output Agent IP" # in the event RAO blocks this agent, this can 
be used to debug it
@@ -190,7 +190,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 17, 21 ]
+        java: [ 17, 25 ]
         mongodb-version: [ '7.0', '8.0' ] # test with supported versions 
https://www.mongodb.com/legal/support-policy/lifecycles
     steps:
       - name: "Output Agent IP" # in the event RAO blocks this agent, this can 
be used to debug it
@@ -224,7 +224,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 17, 21 ]
+        java: [ 17, 25 ]
     steps:
       - name: "Output Agent IP" # in the event RAO blocks this agent, this can 
be used to debug it
         run: curl -s https://api.ipify.org

Reply via email to