From 37d906287d57d54269bf76f6496aa93f7b6ad6de Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Mon, 19 Aug 2024 13:47:49 -0600 Subject: [PATCH] Update Clojure workflows --- .github/workflows/clojure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index f2a6e92d..46aafe4b 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: ["8", "11", "14"] - clojure: ["1.6", "1.7", "1.8", "1.9", "1.10"] + java: ["14", "17", "21"] + clojure: ["1.8", "1.9", "1.10", "1.11"] name: Java ${{ matrix.java }} Clojure ${{ matrix.clojure }} steps: