Skip to content

Commit

Permalink
downgrade otp
Browse files Browse the repository at this point in the history
the buildpack has not been updated for 26.2
  • Loading branch information
ulfurinn committed Dec 29, 2023
1 parent 708287b commit 9bd9320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
# NOTE: Keep in sync with elixir_buildpack.config and asdf's .tool-versions.
elixir-version: "1.16.0"
otp-version: "26.2.1"
otp-version: "26.1.2"

- name: Cache deps
id: cache-deps
Expand Down
2 changes: 1 addition & 1 deletion elixir_buildpack.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
elixir_version=1.16.0

# https://github.com/erlang/otp/tags
erlang_version=26.2.1
erlang_version=26.1.2

0 comments on commit 9bd9320

Please sign in to comment.