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 d301811e Revert "Add Java 22 to the GitHub CI build"
d301811e is described below

commit d301811e5eef366ce981b4b47de9e11bf10a4564
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 22 09:21:02 2024 -0400

    Revert "Add Java 22 to the GitHub CI build"
    
    This reverts commit 30bdba12eb5387a48ed40b97b82e4d6ac52db6df.
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 566088c4..3185af5e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,7 +28,7 @@ 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

Reply via email to