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

commit 9f8c596a0cf3cd864960421f3222e73d586cadb9
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 4 10:21:56 2026 -0400

    Add GH CI Java 26
    
    Bump GH CI 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 10c18b60..a5ff694f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,12 +34,12 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest, macos-latest]
-        java: [ 8, 11, 17, 21, 25 ]
+        java: [ 8, 11, 17, 21, 25, 36 ]
         experimental: [false]
         # Keep the same parameter order as the matrix above
         include:
           - os: ubuntu-latest
-            java: 26-ea
+            java: 27-ea
             experimental: true
       
     steps:

Reply via email to