HashNuke / heroku-buildpack-elixir

Heroku Buildpack for Elixir with nitro boost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Stack Heroku-22

kaikuchn opened this issue · comments

Hi,

I tried upgrading the Heroku stack to version 22 for my Elixir apps, however, it failed due to an unsupported Erlang Version. See below:

-----> Checking Erlang and Elixir versions
       Will use the following versions:
       * Stack heroku-22
       * Erlang 24.3.4
       * Elixir v1.13.4
       Sorry, Erlang '24.3.4' isn't supported yet or isn't formatted correctly. For a list of supported versions, please see https://github.com/HashNuke/heroku-buildpack-elixir#version-support
 !     Push rejected, failed to compile Elixir app.

That Erlang Version is supported on the heroku-20 stack. So I'm wondering how to proceed.
Any pointers are welcome. Please let me know if/how I can help to resolve this.

Best regards,
Kai

Hello @kaikuchn,
Just noticed this issue when I closed the PR you contributed. Apologies for the delayed response.