Skip to content

Commit

Permalink
Bump minimum Elixir version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
martosaur committed Dec 16, 2024
1 parent ad20af8 commit 22412df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
include:
- elixir: '1.10'
otp: '21'
- elixir: '1.14'
otp: '23'
- elixir: '1.16'
otp: '26'

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule SafeURL.MixProject do
# Project
app: @app,
version: @version,
elixir: "~> 1.10",
elixir: "~> 1.14",
description: description(),
package: package(),
deps: deps(),
Expand Down

0 comments on commit 22412df

Please sign in to comment.