pinterest / elixometer

A light Elixir wrapper around exometer.
https://hexdocs.pm/elixometer
Apache License 2.0
827 stars 67 forks source link

Add Elixir version 1.11 to the testing matrix #192

Closed jparise closed 3 years ago

jparise commented 3 years ago

Elixir 1.11 now enforces keys to be atoms in Keyword.keys/1, so also update a place where we were making that assumption.