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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 6183c6ec Add GH CI Java 26
6183c6ec is described below
commit 6183c6ec5f78cd726b72c24c06e1bc0afe84df45
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 4 10:22:08 2026 -0400
Add GH CI Java 26
Bump GH CI from Java 26-ea to 27-ea
---
.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 a5ff694f..f1bfba77 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
- java: [ 8, 11, 17, 21, 25, 36 ]
+ java: [ 8, 11, 17, 21, 25, 26 ]
experimental: [false]
# Keep the same parameter order as the matrix above
include: