Closed warmwaffles closed 1 year ago
Thank you, this looks great! Personally, I'm fine with officially supporting only the latest official Elixir/Erlang. Setting up a Windows test would be cool, though I don't see much value in this particular project, since it's not relying on any OS specific features.
The biggest pain I have with windows CI on github is that it is sometimes flappy. Currently I'm fighting through it here https://github.com/elixir-sqlite/exqlite/actions/runs/3761406888
So it may not be worth wile. Although I did just realize that I've been using actions/cache@v2
when there are deprecation warnings and a simple upgrade to actions/cache@v3
would solve the problem.
I'll open up another PR with that.
This also depends on #65 being merged to clear out the deprecation warnings.
Something maybe worth exploring, I can set this up to test against windows.