Skip to content

Commit

Permalink
Use Elixir 1.17 / OTP 27
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Jun 1, 2024
1 parent ad45495 commit 036e135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
matrix:
include:
- pair:
elixir: "1.16"
otp: "26"
elixir: "1.17"
otp: "27"
lint: lint
- pair:
elixir: "1.13"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM hexpm/elixir:1.16.2-erlang-26.2.2-debian-bookworm-20240130
FROM hexpm/elixir:1.17.0-rc.0-erlang-27.0-debian-bookworm-20240513

ENV MIX_ENV=prod \
RUST_VERSION="1.77.1" \
RUST_VERSION="1.78.0" \
PATH=/root/.cargo/bin:$PATH

RUN apt-get update && apt-get install -qqy --no-install-recommends \
Expand Down

0 comments on commit 036e135

Please sign in to comment.