clj-commons / clj-yaml

YAML encoding and decoding for Clojure
Other
122 stars 26 forks source link

Test against all supported versions of Clojure #72

Closed lread closed 2 years ago

lread commented 2 years ago

Task bb test adds --clj-version option which can be 1.8, 1.9, 1.10, 1.11 or :all. Defaults to 1.8

CI adjusted to use bb test --clj-version :all.

Includes test reporter that shows test name with clj version.

Closes #71