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-rdf.git
The following commit(s) were added to refs/heads/master by this push: new f004b57a Replace Java 24-ea builds with 25-ea f004b57a is described below commit f004b57a33e82e2ec8b781763c24faf1517ee3a1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 25 15:27:56 2025 -0400 Replace Java 24-ea builds with 25-ea --- .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 45c5a1e5..f11c6d24 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ jobs: experimental: true - java: 23 experimental: true - - java: 24-ea + - java: 25-ea experimental: true steps: