Skip to content

Commit 20b118a

Browse files
committed
Require elixir >= 1.15
1 parent 995f5ba commit 20b118a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
include:
1616
- pair:
17-
elixir: "1.14"
17+
elixir: "1.15"
1818
otp: 25
1919
- pair:
2020
elixir: "1.18"

mix.exs

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

0 commit comments

Comments
 (0)