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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new b7d74430 Add GH CI Java 26
b7d74430 is described below
commit b7d744302ecf8b5ae775f28b5889a8af0dd4e82c
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 9 11:21:30 2026 -0400
Add GH CI Java 26
Bump experimental build from Java 26-ea to 27-ea.
---
.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 497ef23e..4a077b9a 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: