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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 92c1eaad Add Java 26 and replace 26-ea with 27-ea in GH CI.
92c1eaad is described below
commit 92c1eaada08f2cd099c9cbd4bec75d463001518c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 7 10:04:17 2026 -0400
Add Java 26 and replace 26-ea with 27-ea in GH CI.
---
.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 4bfebebf..5edd02b2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,10 +32,10 @@ jobs:
strategy:
max-parallel: 20
matrix:
- java: [ 8, 11, 17, 21, 25 ]
+ java: [ 8, 11, 17, 21, 25, 26 ]
experimental: [false]
include:
- - java: 26-ea
+ - java: 27-ea
experimental: true
steps: