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-jexl.git
The following commit(s) were added to refs/heads/master by this push: new 6738ad35 GH CI: Replace Java 23 with 24 6738ad35 is described below commit 6738ad3556918e9370f89d05f7d8e08f596ec63c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 25 11:00:14 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 b87195c3..024349db 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,10 +28,10 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - java: [ 8, 11, 17, 21, 23 ] + java: [ 8, 11, 17, 21, 24 ] experimental: [false] include: - - java: 24-ea + - java: 25-ea os: windows-latest experimental: true fail-fast: false