From 9aeae3e9a347c3c422dcfcd6ca97818b90092646 Mon Sep 17 00:00:00 2001 From: Komazaki Kei Date: Fri, 21 Nov 2025 19:44:07 +0900 Subject: [PATCH] ci: test against JDK 21 and 25 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e387fdb..bc1ea28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: ['8', '11', '17'] + java: ['8', '11', '17', '21', '25'] clojure: ['1.9', '1.10', '1.11', '1.12'] name: Test with Java ${{ matrix.java }} and Clojure ${{ matrix.clojure }} steps: