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-jxpath.git
The following commit(s) were added to refs/heads/master by this push: new 63f70dc GH CI: Replace Java 23 with 24 63f70dc is described below commit 63f70dc32c1719e92f77c653fd6a7c5a371334e9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 25 14:01:34 2025 -0400 GH CI: Replace Java 23 with 24 Replace Java 24-ea with 25-ea --- .github/workflows/maven.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ddc7b37..53a40f1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,12 +28,9 @@ 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 - os: macos-latest - experimental: true - java: 25-ea os: macos-latest experimental: true