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 264843de Add Java 21 build to GitHub
264843de is described below

commit 264843decfe59ff5e9601564751610bec210f8f4
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 15 13:44:58 2023 -0400

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

Reply via email to