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 b6ac8fd7 The Java 23 build is no longer experimental b6ac8fd7 is described below commit b6ac8fd787b9b23b82a9b9feedaa52d1a2b0be2d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 6 09:07:15 2024 -0400 The Java 23 build is no longer experimental --- .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 394b3e89..1e550397 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,12 +28,9 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - java: [ 8, 11, 17, 21 ] + java: [ 8, 11, 17, 21, 23 ] experimental: [false] include: - - java: 23 - os: ubuntu-latest - experimental: true - java: 24-ea os: windows-latest experimental: true