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-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f435c43 CI builds: Replace Java 22 with Java 23
3f435c43 is described below

commit 3f435c433ec25a98e23affad6eaa04726064db8d
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 18 20:34:21 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 19680044..ed8e0e53 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,10 +28,10 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macos-13]
-        java: [ 8, 11, 17, 21, 22 ]
+        java: [ 8, 11, 17, 21 ]
         experimental: [false]
         include:
-          - java: 23-ea
+          - java: 23
             experimental: true
             os: ubuntu-latest
           - java: 24-ea

Reply via email to