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

commit eb5959555e59db0c8b14dad96dfefaed46907f50
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Oct 23 08:39:15 2023 -0400

    Add experimental Java 22-EA GHA 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 67b91fe6..7082f1d7 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