File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
33ARG DEBIAN_VERSION=bookworm-20250630-slim
44ARG RELEASE_VERSION
55
Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments