Skip to content

Commit

Permalink
chore: update elixir & OTP
Browse files Browse the repository at this point in the history
  • Loading branch information
tskogberg committed Sep 22, 2023
1 parent 5960d4f commit 5999731
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
uses: erlef/setup-beam@v1
with:
# NOTE: Keep in sync with elixir_buildpack.config and asdf's .tool-versions.
elixir-version: "1.15.5"
otp-version: "26.0.2"
elixir-version: "1.15.6"
otp-version: "26.1"

- name: Cache deps
id: cache-deps
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
elixir 1.15.5
elixir 1.15.6
4 changes: 2 additions & 2 deletions elixir_buildpack.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: Keep in sync with .github/workflows/ci.yml and asdf's .tool-versions.

# https://github.com/elixir-lang/elixir/tags
elixir_version=1.15.5
elixir_version=1.15.6

# https://github.com/erlang/otp/tags
erlang_version=26.0.2
erlang_version=26.1

0 comments on commit 5999731

Please sign in to comment.