From eb31c04fd67247e669c8ce6743ee85a394dd6402 Mon Sep 17 00:00:00 2001 From: Vale Date: Wed, 30 Oct 2019 00:42:03 +0900 Subject: [PATCH] Name builds properly --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2e1927f4..7f24d32a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,13 +109,13 @@ workflows: version: 2 test-and-build-docs: jobs: - - test-clj: + - test-clj-jdk8: image-name: clojure:openjdk-8-lein-2.9.1 - - test-clj: + - test-clj-jdk11: image-name: clojure:openjdk-11-lein-2.9.1 - - test-clj: + - test-clj-jdk13: image-name: clojure:openjdk-13-lein-2.9.1 - - test-clj: + - test-clj-jdk14: image-name: clojure:openjdk-14-lein-2.9.1 - test-cljs # - build-docs: