Skip to content

Commit 5919d52

Browse files
committed
cp
1 parent e9ede6c commit 5919d52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ jobs:
153153
- v1-dependencies-{{ checksum "project.clj" }}
154154
# fallback to using the latest cache if no exact match is found
155155
- v1-dependencies-
156-
- run: lein with-profile test-common,clj-1.9.0,spec-0.2.168 test
156+
# spec2 is not compatible with 1.9.0
157+
# - run: lein with-profile test-common,clj-1.9.0,spec-0.2.168 test
157158
- run: lein with-profile test-common,clj-1.10.0,spec-0.2.176 test
158159

159160
workflows:

0 commit comments

Comments
 (0)