From 67ca06dc7d772555a99c34f4739f3943107caff4 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 12 Apr 2021 18:14:03 +0200 Subject: [PATCH] Remove old JDK versions and add 17-ea --- .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 e804cf58..c1da6c44 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - java: [8, 11, 14, 15, 16] + java: [8, 11, 16, 17-ea] fail-fast: false runs-on: ${{ matrix.os }}