erlef / oidcc

OpenId Connect client library in Erlang & Elixir
https://hexdocs.pm/oidcc
Apache License 2.0
184 stars 49 forks source link

feat: support Elixir 1.14.4+ #294

Closed paulswartz closed 1 year ago

paulswartz commented 1 year ago

1.14.4 was the first Elixir release to support OTP 26: https://github.com/elixir-lang/elixir/releases/tag/v1.14.4

There doesn't appear to be anything about Oidcc which requires features in 1.15, so Oidcc can express support for slightly earlier versions.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 87


Totals Coverage Status
Change from base Build 119: 0.0%
Covered Lines: 705
Relevant Lines: 763

💛 - Coveralls
maennchen commented 1 year ago

Thanks ❤️