Skip to content

Commit 180b717

Browse files
authored
Merge pull request #1175 from frenchy64/issue-1174-rm-clojure-11
Restore clojure 1.11 CI jobs, add JDK 23
2 parents 4cb03b2 + 58bb713 commit 180b717

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/kaocha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
# Should work if the env var is empty
3-
clojure -A:$CLOJURE_ALIAS -M:test -m kaocha.runner "$@"
3+
clojure -M:test:$CLOJURE_ALIAS -m kaocha.runner "$@"

deps.edn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
com.bhauman/spell-spec {:mvn/version "0.1.2"}
2727
org.clojure/spec-alpha2 {:git/url "https://github.com/clojure/spec-alpha2.git"
2828
:sha "4cbfa677c4cd66339f18e1c122222c05c69e0d8e"}}}
29+
:clojure-11 {:extra-deps {org.clojure/clojure {:mvn/version "1.11.3"}}}
30+
:clojure-12 {}
2931
:sci {:extra-deps {org.babashka/sci {:mvn/version "0.9.44"}}}
3032
:cherry {:extra-deps {io.github.squint-cljs/cherry {:git/sha "bccd994556efca378984c5ac7fd973bda164923b"}}}
3133
:test-sci {:extra-paths ["test-sci"]

0 commit comments

Comments
 (0)