Skip to content

Commit

Permalink
chore: update Erlang to 27 (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth authored Feb 4, 2025
1 parent ddcc26b commit a60ac37
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: beam
uses: erlef/setup-beam@v1
with:
otp-version: '25.3.2.7'
otp-version: '27.2.1'
elixir-version: '1.18.2'
- name: Cache Mix
uses: actions/cache@v4
Expand All @@ -51,7 +51,7 @@ jobs:
id: beam
uses: erlef/setup-beam@v1
with:
otp-version: '25.3.2.7'
otp-version: '27.2.1'
elixir-version: '1.18.2'
- name: Cache Mix
uses: actions/cache@v4
Expand All @@ -72,7 +72,7 @@ jobs:
id: beam
uses: erlef/setup-beam@v1
with:
otp-version: '25.3.2.7'
otp-version: '27.2.1'
elixir-version: '1.18.2'
- name: Cache Mix
uses: actions/cache@v4
Expand All @@ -98,7 +98,7 @@ jobs:
id: beam
uses: erlef/setup-beam@v1
with:
otp-version: '25.3.2.7'
otp-version: '27.2.1'
elixir-version: '1.18.2'
- name: Set up Rust
uses: dtolnay/rust-toolchain@v1
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
id: beam
uses: erlef/setup-beam@v1
with:
otp-version: '25.3.2.7'
otp-version: '27.2.1'
elixir-version: '1.18.2'
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
id: beam
uses: erlef/setup-beam@v1
with:
otp-version: '25.3.2.7'
otp-version: '27.2.1'
elixir-version: '1.18.2'
- name: Set up Rust
uses: dtolnay/rust-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: beam
uses: erlef/setup-beam@v1
with:
otp-version: '25.3.2.7'
otp-version: '27.2.1'
elixir-version: '1.18.2'
- name: Set up Rust
uses: dtolnay/rust-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: beam
uses: erlef/setup-beam@v1
with:
otp-version: '25.3.2.7'
otp-version: '27.2.1'
elixir-version: '1.18.2'
- name: Set up Rust
uses: dtolnay/rust-toolchain@v1
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# - Ex: hexpm/elixir:1.14.0-erlang-25.0.3-debian-bullseye-20210902-slim
#
ARG ELIXIR_VERSION=1.18.2
ARG OTP_VERSION=25.3
ARG DEBIAN_VERSION=bullseye-20230227-slim
ARG OTP_VERSION=27.2.1
ARG DEBIAN_VERSION=bullseye-20250203-slim

ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.3.0

0 comments on commit a60ac37

Please sign in to comment.