Skip to content

Issues upgrading to Heroku 22 #212

@abstractcoder

Description

@abstractcoder

I'm trying to spin up a review app to test upgrading from Heroku 20 to the Heroku 22 stack.

I get the following error:

-----> Checking Erlang and Elixir versions
       Will use the following versions:
       * Stack heroku-22
       * Erlang 24.3.3
       * Elixir v1.13.4 
       Sorry, Erlang 24.3.3 isn't supported yet. For a list of supported versions, please see https://github.com/HashNuke/heroku-buildpack-elixir#version-support

When I follow the link it shows that Erlang 24.3.3 should be supported in Heroku 22 https://repo.hex.pm/builds/otp/ubuntu-22.04/builds.txt

Here is my full elixir_buildpack.config

# Elixir version
elixir_version=1.13.4

# Erlang version
# https://github.com/HashNuke/heroku-buildpack-elixir-otp-builds/blob/master/otp-versions
erlang_version=24.3.3

# Recompile Sentry to get latest source code
hook_pre_compile="mix sentry_recompile"

# Build Assets
hook_post_compile="mix assets.deploy"

EDIT: Switching from the release buildpack to the bleeding edge build pack resolved the issue. Is there any way for me to follow when Heroku 22 support is released?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions