Skip to content

Commit

Permalink
Add Clojure 1.11 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Sep 19, 2022
1 parent 35b92ac commit b225d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ workflows:
- test_code:
matrix:
parameters:
clojure_version: ["1.8", "1.9", "1.10", "master"]
clojure_version: ["1.8", "1.9", "1.10", "1.11", "master"]
jdk_version: [openjdk8, openjdk11, openjdk16, openjdk17]
filters:
branches:
Expand Down

0 comments on commit b225d24

Please sign in to comment.