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-imaging.git
The following commit(s) were added to refs/heads/master by this push: new 4ea30357 GH CI: Replace Java 23 with 24 4ea30357 is described below commit 4ea30357d224f9089b9b4d04bf331b2d7baffaa8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 25 10:55:13 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 2e1828dc..fdfa7942 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,10 +32,10 @@ jobs: # Keep same order below (os, java experimental) include: - os: ubuntu-latest - java: 23 + java: 24 experimental: false - os: ubuntu-latest - java: 24-ea + java: 25-ea experimental: true steps: