Drop 1.7 & 1.8 from CircleCI as well

This commit is contained in:
Sean Corfield 2021-01-30 11:52:07 -08:00
parent 67c6c3a2cf
commit 0090bf4d1c

View file

@ -16,7 +16,7 @@ jobs:
command: sudo ln -s /usr/bin/js /usr/bin/node command: sudo ln -s /usr/bin/js /usr/bin/node
- run: - run:
name: Download Dependencies 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: - save_cache:
paths: paths:
- ~/.m2 - ~/.m2