ckruse / microformats2-elixir

Microformats2 parser in Elixir
MIT License
19 stars 7 forks source link

Revise the `elixir: "~> 1.6"` requirement #14

Closed NobbZ closed 3 years ago

NobbZ commented 3 years ago

Currently the mix.exs specifies that elixir of 1.6 or newer is required, though when one uses elixir 1.6 there will be warnings when compiling the dependencies, that :earmark and :ex_doc require at least elixir 1.7.

This might not be relevant for production though, as :ex_doc and therefore :earmark are :dev-only dependencies.

Tests seem to pass with elixir 1.6.6 though.

Using some sort of CI would help to uncover issues like this early.

ckruse commented 3 years ago

Thanks! Good hint! I updated the elixir dependency to 1.7