Try using clojure tools-deps image in CI

This commit is contained in:
Wes Morgan 2022-03-23 09:09:47 -06:00
parent f3b7c46ed1
commit d8f6cf203b
No known key found for this signature in database
GPG key ID: 5639E4CBFA17DC84

View file

@ -2,7 +2,7 @@ version: 2.1
jobs:
test:
docker:
- image: circleci/clojure:openjdk-11-lein-2.9.8-bullseye
- image: clojure:openjdk-11-tools-deps-1.10.3.1087-slim-bullseye
working_directory: ~/repo
environment:
LEIN_ROOT: "true"