Skip to content

Commit b225d24

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)