We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ede6c commit 5919d52Copy full SHA for 5919d52
.circleci/config.yml
@@ -153,7 +153,8 @@ jobs:
153
- v1-dependencies-{{ checksum "project.clj" }}
154
# fallback to using the latest cache if no exact match is found
155
- v1-dependencies-
156
- - run: lein with-profile test-common,clj-1.9.0,spec-0.2.168 test
+ # spec2 is not compatible with 1.9.0
157
+ # - run: lein with-profile test-common,clj-1.9.0,spec-0.2.168 test
158
- run: lein with-profile test-common,clj-1.10.0,spec-0.2.176 test
159
160
workflows:
0 commit comments