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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 6be46a41a GH CI: Replace Java 23 with 24 6be46a41a is described below commit 6be46a41a4f88e7b4a36b42e001c517f0540f694 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 25 10:41:40 2025 -0400 GH CI: Replace Java 23 with 24 Replace Java 24-ea with 25-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 eb55a78b1..1977cb129 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,12 +29,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-13] - java: [ 8, 11, 17, 21, 23 ] + java: [ 8, 11, 17, 21, 24 ] experimental: [false] # Keep the same parameter order as the matrix above include: - os: ubuntu-latest - java: 24-ea + java: 25-ea experimental: true steps: