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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 67c580a7 GH CI: Replace Java 23 with 24
67c580a7 is described below

commit 67c580a7c859c3d564d286dec33cba640d98ad90
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Mar 25 14:04:40 2025 -0400

    GH CI: Replace Java 23 with 24
    
    Replace Java 24-ea with 25-ea
---
 .github/workflows/maven.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d79e5aed..66b08a62 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 17, 21, 23 ]
+        java: [ 8, 11, 17, 21, 24 ]
         os: [ubuntu-latest]
         experimental: [false]
         # Don't need to run all javas on all OSes
@@ -52,10 +52,6 @@ jobs:
             experimental: false
             deploy: true
           # Experimental build
-          - java: 24-ea
-            experimental: true        
-            os: ubuntu-latest
-          # Experimental build
           - java: 25-ea
             experimental: true        
             os: ubuntu-latest

Reply via email to