mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-24 04:18:26 +00:00
[mod] Drop Clojure v1.9 testing
This commit is contained in:
parent
803b4a3017
commit
066afe7cec
1 changed files with 2 additions and 3 deletions
|
|
@ -19,7 +19,6 @@
|
|||
:c1.12 {:dependencies [[org.clojure/clojure "1.12.0-alpha9"]]}
|
||||
:c1.11 {:dependencies [[org.clojure/clojure "1.11.2"]]}
|
||||
:c1.10 {:dependencies [[org.clojure/clojure "1.10.1"]]}
|
||||
:c1.9 {:dependencies [[org.clojure/clojure "1.9.0"]]}
|
||||
|
||||
:graal-tests
|
||||
{:source-paths ["test"]
|
||||
|
|
@ -81,6 +80,6 @@
|
|||
"build-once" ["do" ["clean"] ["cljsbuild" "once"]]
|
||||
"deploy-lib" ["do" ["build-once"] ["deploy" "clojars"] ["install"]]
|
||||
|
||||
"test-clj" ["with-profile" "+c1.12:+c1.11:+c1.10:+c1.9" "test"]
|
||||
"test-cljs" ["with-profile" "+c1.12" "cljsbuild" "test"]
|
||||
"test-clj" ["with-profile" "+c1.12:+c1.11:+c1.10" "test"]
|
||||
"test-cljs" ["with-profile" "+c1.12" "cljsbuild" "test"]
|
||||
"test-all" ["do" ["clean"] ["test-clj"] ["test-cljs"]]})
|
||||
|
|
|
|||
Loading…
Reference in a new issue