From 0090bf4d1c8d6fce915a676d47d2bea63fd2a21e Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 30 Jan 2021 11:52:07 -0800 Subject: [PATCH] Drop 1.7 & 1.8 from CircleCI as well --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cb4ba1c..387e56b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: command: sudo ln -s /usr/bin/js /usr/bin/node - run: name: Download Dependencies - command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.7 && clojure -Spath -A:1.8 && clojure -Spath -A:1.9 + command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.9 - save_cache: paths: - ~/.m2