From cf8540fe4fb3d54c069910d17dcb394baeba2d81 Mon Sep 17 00:00:00 2001 From: kalle Date: Sun, 28 Jan 2024 16:38:30 +0100 Subject: [PATCH] Revert java 21 build --- .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 0c6fd695..34e8b0e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 8, 11, 17, 18, 21 ] + java: [ 8, 11, 17, 18 ] fail-fast: false max-parallel: 4 name: JDK ${{ matrix.java }}