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 847c654 The Java 23 build is no longer experimental 847c654 is described below commit 847c654e0aefb0d76dc840f20dad6a6801f352c9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 6 09:17:19 2024 -0400 The Java 23 build is no longer experimental --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ad710fe..9f3f467 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,7 +33,7 @@ jobs: include: - java: 23 os: windows-latest - experimental: true + experimental: false - java: 24-ea os: macos-latest experimental: true