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 4cbb602b CI builds: Replace Java 22 with Java 23
4cbb602b is described below

commit 4cbb602b9134ce9e46c0d2a67717741135f96396
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 18 20:35:44 2024 -0400

    CI builds: Replace Java 22 with Java 23
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 64b03551..e07700c9 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, 22 ]
+        java: [ 8, 11, 17, 21 ]
         os: [ubuntu-latest]
         experimental: [false]
         # Don't need to run all javas on all OSes
@@ -52,7 +52,7 @@ jobs:
             experimental: false
             deploy: true
           # Experimental builds
-          - java: 23-ea
+          - java: 23
             experimental: true        
             os: ubuntu-latest
           - java: 24-ea

Reply via email to