From d9c96991b813b0a95a950e51e8f6149b9cae5ed7 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 2 Oct 2021 14:01:27 +0200 Subject: [PATCH] Bump GitHub CI build from JDK 17-ea to 17, remove 16 Signed-off-by: Alexander Kriegisch --- .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 d49c2dc0c..818c24f32 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 8, 11, 16, 17-ea ] + java: [ 8, 11, 17 ] steps: - uses: actions/checkout@v2 -- 2.39.5