This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 31cf693fa Replace GH CI Java 26-ea with 26 and add 27-ea
31cf693fa is described below

commit 31cf693fa7fed3ee1a14dc804f89fa2ea5586f67
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 6 09:14:11 2026 -0400

    Replace GH CI Java 26-ea with 26 and add 27-ea
---
 .github/workflows/maven.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e8d4ffb27..e613a7c7b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,7 +36,10 @@ jobs:
         java: [ 8, 11, 17, 21, 25 ]
         experimental: [false]
         include:
-          - java: 26-ea
+          - java: 26
+            experimental: true
+            os: ubuntu-latest
+          - java: 27-ea
             experimental: true
             os: ubuntu-latest
 

Reply via email to