clj-commons/clj-http-lite

ci: add Windows to test matrix

lread opened this issue · 5 comments

lread commented

In support of #18.

We currently only run our tests on ubuntu.
I'll add Windows into the mix.
We can add macOS at some later date if we see some reason to do so.

I'll also review CI config and update as appropriate, for example:

  • update outdated actions
  • add Clojure 1.11 to matrix
  • replace JDK 16 with JDK 17 in matrix
lread commented

I think that we can reasonably stop testing against Clojure 1.7 at this point.
Our jar references Clojure 1.8.0 which implies this our minimum Clojure version.

@lread I suggest using neil add test for adding the cognitect test runner.

Oh, wait, that's already been added.

Yes, agreed on the above.

lread commented

Thanks for the feedback, it can get lonely sometimes! 🙂