Test against supported verisons of Clojure
lread opened this issue · 0 comments
lread commented
I think clj-yaml's min version of Clojure is 1.8?
Let's test against that and up to 1.11.
Why? I'm not a huge fan of clj-yaml's keyword args convention e.g. (parse-string "42" :keywords false)
and know this can behave differently with 1.11. Just want to make sure I don't break us for older versions of Clojure.