This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-graph.git
The following commit(s) were added to refs/heads/master by this push: new 0a6feb7 JDK 14 no longer available 0a6feb7 is described below commit 0a6feb748f05bf6e85d8b819093195da0f5af92a Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 25 23:09:47 2022 +0100 JDK 14 no longer available --- .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 5b0b84b..df605cc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -26,7 +26,7 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 8, 11, 14 ] + java: [ 8, 11, 17 ] os: [ubuntu-latest] experimental: [false] # Don't need all versions