From bed41fa46c77dc818ee286e99253a70b80747ff8 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Tue, 30 Apr 2024 11:15:15 +0300 Subject: [PATCH] test with all LTS versions --- .github/workflows/testsuite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 27046b25..39964f4f 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -8,8 +8,8 @@ jobs: build-clj: strategy: matrix: - # Supported Java versions: LTS releases 8 and 11 and the latest release - jdk: [11, 15] + # Supported Java versions: LTS releases and latest + jdk: [8, 11, 17, 21] name: Clojure (Java ${{ matrix.jdk }})