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


The following commit(s) were added to refs/heads/master by this push:
     new 5d0d2704 Add 23-ea to GH CI builds
5d0d2704 is described below

commit 5d0d2704dff3c72d5432395fe0f60cd402e10a9c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed May 22 08:22:20 2024 -0400

    Add 23-ea to GH CI builds
---
 .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 e5e4361e..b280a656 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,10 +27,10 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 22 ]
         experimental: [false]
         include:
-          - java: 22-ea
+          - java: 23-ea
             experimental: true
         
     steps:

Reply via email to