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-vfs.git

commit fb63f6f0ddca38ec282d908d8ab72513268605f9
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 7 13:04:53 2026 -0400

    Add Java GH CI latest Java version.
    
    Replace experimental Java 26-ea with 27-ea.
---
 .github/workflows/maven.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 72937fd6b..5166df368 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,16 +34,16 @@ jobs:
       max-parallel: 20
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
-        java: [ 8, 11, 17, 21, 25 ]
+        java: [ 8, 11, 17, 21, 25, 26 ]
         experimental: [false]
         include:
-          - java: 26-ea
+          - java: 27-ea
             os: ubuntu-latest
             experimental: true
-          - java: 26-ea
+          - java: 27-ea
             os: windows-latest
             experimental: true
-          - java: 26-ea
+          - java: 27-ea
             os: macos-latest
             experimental: true
       fail-fast: false

Reply via email to