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 9db0d4ee Bump Java 8 to 11 9db0d4ee is described below commit 9db0d4ee672d9356c270dd47778497b0b680ad6b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 19 21:05:28 2024 -0500 Bump Java 8 to 11 --- .github/workflows/maven.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2d288a97..0672e8ad 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,11 +27,13 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 11, 17, 21 ] + java: [ 11, 17 ] experimental: [false] -# include: -# - java: 22-ea -# experimental: true + include: + - java: 21 + experimental: true + - java: 22-ea + experimental: true steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1