Skip to content

Commit 59a4ca5

Browse files
committed
Drop Elixir 1.14 support
1 parent 0415036 commit 59a4ca5

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,15 @@ jobs:
2020
# because erlef/setup-beam@v1 doesn't support it.
2121
strategy:
2222
matrix:
23-
elixir-version: ["1.14.x", "1.15.x", "1.16.x", "1.17.x", "1.18.x"]
23+
elixir-version: ["1.15.x", "1.16.x", "1.17.x", "1.18.x"]
2424
otp-version: ["24.x", "25.x", "26.x", "27.x"]
2525
exclude:
2626
# Elixir 1.17 and 1.18 don't support OTP 24
2727
- elixir-version: "1.17.x"
2828
otp-version: "24.x"
2929
- elixir-version: "1.18.x"
3030
otp-version: "24.x"
31-
# Elixir 1.14 doesn't support OTP 26
32-
- elixir-version: "1.14.x"
33-
otp-version: "26.x"
34-
# Elixir 1.14, 1.15, and 1.16 don't support OTP 27
35-
- elixir-version: "1.14.x"
36-
otp-version: "27.x"
31+
# Elixir 1.15 and 1.16 don't support OTP 27
3732
- elixir-version: "1.15.x"
3833
otp-version: "27.x"
3934
- elixir-version: "1.16.x"

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Poodle.MixProject do
88
[
99
app: :poodle,
1010
version: @version,
11-
elixir: "~> 1.14",
11+
elixir: "~> 1.15",
1212
start_permanent: Mix.env() == :prod,
1313
deps: deps(),
1414
description: description(),

0 commit comments

Comments
 (0)