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
commit 149e8682fa477445b7dd5e51c40111ce2e4fa684 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Apr 24 17:08:58 2025 -0400 Java 24 build is no longer experimental --- .github/workflows/maven.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b233b42b..27deb038 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,11 +27,9 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 11, 17, 21 ] + java: [ 11, 17, 21, 24 ] experimental: [false] include: - - java: 24 - experimental: true - java: 25-ea experimental: true