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


The following commit(s) were added to refs/heads/master by this push:
     new 7820194  Add experimental Java 22-EA build
7820194 is described below

commit 78201942269c194b4aea82dd3f8921d2b34776c2
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Oct 23 10:00:07 2023 -0400

    Add experimental Java 22-EA build
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2fb5ace..d9fb99f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,9 +29,9 @@ jobs:
       matrix:
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
-#        include:
-#          - java: 22-ea
-#            experimental: true
+        include:
+          - java: 22-ea
+            experimental: true
         
     steps:
     - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

Reply via email to