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 e36cd3a0ab2ce58516d69065ce8d481ec8d132c3 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Apr 24 17:08:37 2025 -0400 Java 21 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 88934399..b233b42b 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 ] + java: [ 11, 17, 21 ] experimental: [false] include: - - java: 21 - experimental: true - java: 24 experimental: true - java: 25-ea