Skip to content

Commit fcfe1c7

Browse files
committed
update: ci/cd update to elixir 1.19/otp 28
1 parent 6da9860 commit fcfe1c7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Set up Elixir
1717
uses: erlef/setup-beam@v1
1818
with:
19-
elixir-version: "1.18.x"
20-
otp-version: "27.x"
19+
elixir-version: "1.19.x"
20+
otp-version: "28.x"
2121

2222
- name: Start E2E environment
2323
run: |

.github/workflows/signoff-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
- name: Set up Elixir
6666
uses: erlef/setup-beam@v1
6767
with:
68-
elixir-version: '1.18.x'
69-
otp-version: '27.x'
68+
elixir-version: '1.19.x'
69+
otp-version: '28.x'
7070

7171
- name: Set up Node.js
7272
uses: actions/setup-node@v4

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG ELIXIR_VERSION=1.18.4
2-
ARG OTP_VERSION=27.3.4.2
1+
ARG ELIXIR_VERSION=1.19.4
2+
ARG OTP_VERSION=28.3
33
ARG DEBIAN_VERSION=bookworm-20250630-slim
44
ARG RELEASE_VERSION
55

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Sequin.MixProject do
55
[
66
app: :sequin,
77
version: "0.1.0",
8-
elixir: "~> 1.18",
8+
elixir: "~> 1.19",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,
1111
aliases: aliases(),

0 commit comments

Comments
 (0)