mirror of
https://github.com/metosin/reitit.git
synced 2025-12-21 10:01:11 +00:00
Use CircleCI images for curl
This commit is contained in:
parent
41f880fb0c
commit
f7a4e89e7b
1 changed files with 4 additions and 4 deletions
|
|
@ -107,13 +107,13 @@ workflows:
|
||||||
test-and-build-docs:
|
test-and-build-docs:
|
||||||
jobs:
|
jobs:
|
||||||
- test-clj:
|
- test-clj:
|
||||||
image-name: clojure:openjdk-8-lein-2.9.1
|
image-name: circleci/clojure:openjdk-8-lein
|
||||||
- test-clj:
|
- test-clj:
|
||||||
image-name: clojure:openjdk-11-lein-2.9.1
|
image-name: circleci/clojure:openjdk-11-lein
|
||||||
- test-clj:
|
- test-clj:
|
||||||
image-name: clojure:openjdk-13-lein-2.9.1
|
image-name: circleci/clojure:openjdk-13-lein
|
||||||
- test-clj:
|
- test-clj:
|
||||||
image-name: clojure:openjdk-14-lein-2.9.1
|
image-name: circleci/clojure:openjdk-14-lein
|
||||||
- test-cljs
|
- test-cljs
|
||||||
# - build-docs:
|
# - build-docs:
|
||||||
# filters:
|
# filters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue