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-exec.git
The following commit(s) were added to refs/heads/master by this push: new a1ce3057 GH CI: Replace Java 23 with 24 a1ce3057 is described below commit a1ce30576044048eb9358cdff72c716dadbdc4a7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 25 10:52: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 3cd8b8b8..3146d84b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,10 +28,10 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-13] - java: [ 8, 11, 17, 21, 23 ] + java: [ 8, 11, 17, 21, 24 ] experimental: [false] include: - - java: 24-ea + - java: 25-ea experimental: true os: ubuntu-latest