From 2fb84a29ac465469919475048014c368c8e3ad2f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 3 Jun 2025 19:08:41 +0100 Subject: [PATCH] Run CI against latest and LTS Java versions --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b966e5d..b290208a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,11 +22,9 @@ jobs: - version: 17 toolchain: false - version: 21 - toolchain: true - - version: 22 - toolchain: true - - version: 23 - toolchain: true + toolchain: false + - version: 24 + toolchain: false exclude: - os: name: Linux