Skip to content

Commit 8604c04

Browse files
Alex Martsinovichmartosaur
authored andcommitted
Bump minimum Elixir version to 1.14
1 parent dd13ed0 commit 8604c04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- elixir: '1.10'
18-
otp: '21'
17+
- elixir: '1.14'
18+
otp: '23'
1919
- elixir: '1.16'
2020
otp: '26'
2121

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule SafeURL.MixProject do
1111
# Project
1212
app: @app,
1313
version: @version,
14-
elixir: "~> 1.10",
14+
elixir: "~> 1.14",
1515
description: description(),
1616
package: package(),
1717
deps: deps(),

0 commit comments

Comments
 (0)