From 8dc83c4e9ef6d8d70c474adb01abceac2b0ddcda Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Fri, 6 Oct 2023 12:33:59 +0200 Subject: [PATCH] Remove JDK 20 now that we have 21. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 650e71cf..0dcb6775 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - java: [ 8, 11, 17, 20, 21-ea ] + java: [ 8, 11, 17, 21-ea ] runs-on: ${{ matrix.os }} permissions: checks: write