Skip to content

Commit

Permalink
test against 1.12 alpha 7
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Corfield <[email protected]>
  • Loading branch information
seancorfield committed Feb 10, 2024
1 parent 673ae3d commit f21b936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Run individual round of tests:
clojure -T:build run-tests
clojure -T:build run-tests :aliases '[:master]'
clojure -T:build run-tests :aliases '[:1.12]'
Run multi-version tests:
Expand Down Expand Up @@ -52,7 +52,7 @@
(reduce (fn [opts alias]
(run-tests (assoc opts :aliases [alias])))
opts
(cond-> [:1.9 :1.10 :1.11 :master :humane]
(cond-> [:1.9 :1.10 :1.11 :1.12 :humane]
(:cljs opts)
(conj :cljs)))
opts)
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:1.9 {:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}
:1.10 {:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
:1.11 {:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}}
:master {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-master-SNAPSHOT"}}}
:1.12 {:override-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha7"}}}

:kondo ; for debugging hooks
{:extra-deps {clj-kondo/clj-kondo {:mvn/version "RELEASE"}}}
Expand Down

0 comments on commit f21b936

Please sign in to comment.