Skip to content

Commit

Permalink
chore: upgrade otp and elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfurinn committed Dec 29, 2023
1 parent de74933 commit 708287b
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.7"
otp-version: "26.1.2"
elixir-version: "1.16.0"
otp-version: "26.2.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.7
elixir 1.16.0
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.7
elixir_version=1.16.0

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

0 comments on commit 708287b

Please sign in to comment.