absinthe-graphql / absinthe_plug

Plug support for Absinthe, the GraphQL toolkit for Elixir
https://hex.pm/packages/absinthe_plug
MIT License
260 stars 163 forks source link

Update github workflow to match plug #280

Closed grantwest closed 1 year ago

grantwest commented 1 year ago

The workflow was failing on not being able to install the specified erlang version. This change updates the workflow config to match https://github.com/elixir-plug/plug

benwilson512 commented 1 year ago

Thanks!