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


The following commit(s) were added to refs/heads/master by this push:
     new 6e1a16bf Add Java 22-ea to GitHub builds
6e1a16bf is described below

commit 6e1a16bf44c7f7f3e84cd6112ac5ba90b15eb729
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 20 06:25:19 2023 -0400

    Add Java 22-ea to GitHub builds
---
 .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 bcb114ce..a3dd4cde 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,7 +30,7 @@ jobs:
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
         include:
-          - java: 21
+          - java: 22-ea
             experimental: true
 #        include:
 #          - java: 22-ea

Reply via email to