From 3236805894080418c470e80cd98866b7074d132b Mon Sep 17 00:00:00 2001 From: kalle Date: Mon, 29 Jan 2024 18:01:43 +0100 Subject: [PATCH] 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 34e8b0e2..0c6fd695 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 ] + java: [ 8, 11, 17, 18, 21 ] fail-fast: false max-parallel: 4 name: JDK ${{ matrix.java }}