From ba32e9c4bcc1d70bd1b0a066dec88b7407ce95ff Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Sat, 9 Dec 2023 13:04:13 -0800 Subject: [PATCH] Update CI to test on JDK 21 Signed-off-by: Daniel Widdis --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 11ad89313..8f02d7be8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,7 +35,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - java: [11, 20] + java: [11, 21] include: - os: ubuntu-latest java: 17 @@ -62,7 +62,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - java: [11, 20] + java: [11, 21] include: - os: ubuntu-latest java: 17