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 4d4ef79a Bump GH CI build for Java 23 to 24 4d4ef79a is described below commit 4d4ef79a27e4d096aaa78f31683d6d1a45f2ce7d Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 16 15:05:00 2025 -0400 Bump GH CI build for Java 23 to 24 --- .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 2997aea4..88934399 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: include: - java: 21 experimental: true - - java: 23 + - java: 24 experimental: true - java: 25-ea experimental: true