Skip to content

Commit b225d24

Browse files
committedSep 19, 2022
Add Clojure 1.11 to the CI matrix
1 parent 35b92ac commit b225d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ workflows:
194194
- test_code:
195195
matrix:
196196
parameters:
197-
clojure_version: ["1.8", "1.9", "1.10", "master"]
197+
clojure_version: ["1.8", "1.9", "1.10", "1.11", "master"]
198198
jdk_version: [openjdk8, openjdk11, openjdk16, openjdk17]
199199
filters:
200200
branches:

0 commit comments

Comments
 (0)
Please sign in to comment.