From dd5f1f771beedbb0f4b9eafb65641e63521aa9b4 Mon Sep 17 00:00:00 2001 From: ascopes <73482956+ascopes@users.noreply.github.com> Date: Wed, 3 May 2023 08:23:10 +0100 Subject: [PATCH] Build on released JDK 20 Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com> --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce491f30d..14995b27d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,13 +21,8 @@ jobs: fail-fast: false matrix: os-name: [ubuntu-22.04] - java-version: [11, 12, 13, 14, 15, 16, 17, 18, 19] + java-version: [11, 12, 13, 14, 15, 16, 17, 18, 19, 20] include: - # Early access builds. - # - As of 21st January 2023, Jacoco has not yet released their updates to ASM - # to support Java 20 bytecode. Therefore, we have to skip coverage here. - - os-name: ubuntu-22.04 - java-version: 20-ea # Mockito doesn't yet support Java 21, so let's comment it out for now. # - os-name: ubuntu-22.04 # java-version: 21-ea