This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 0307de7fb GH CI: Replace Java 23 with 24 0307de7fb is described below commit 0307de7fb344b16c18d509cd9daafb8653eeb914 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 25 15:32:44 2025 -0400 GH CI: Replace Java 23 with 24 Replace Java 24-ea with 25-ea --- .github/workflows/maven.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 649bf28da..b529030d7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,22 +32,22 @@ jobs: java: [ 8, 11, 17, 21 ] experimental: [false] include: - - java: 23 + - java: 24 os: ubuntu-latest experimental: true - - java: 23 + - java: 24 os: windows-latest experimental: true - - java: 23 + - java: 24 os: macos-latest experimental: true - - java: 24-ea + - java: 25-ea os: ubuntu-latest experimental: true - - java: 24-ea + - java: 25-ea os: windows-latest experimental: true - - java: 24-ea + - java: 25-ea os: macos-latest experimental: true fail-fast: false