sasa1977 / con_cache

ets based key/value cache with row level isolated writes and ttl support
MIT License
910 stars 71 forks source link

Fan out CI against OTP 23 - 25 and Elixir 1.12 - 1.14 #66

Closed warmwaffles closed 1 year ago

warmwaffles commented 1 year ago

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.

sasa1977 commented 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.

warmwaffles commented 1 year ago

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.