Skip to content

Commit b641611

Browse files
committed
ci: mix.exs required elixir as 1.13 for pipelines
1 parent 841ca72 commit b641611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule ExImageInfo.Mixfile do
77
description:
88
"ExImageInfo is an Elixir library to parse images (binaries) and get the dimensions (size), detected mime-type and overall validity for a set of image formats. It is the fastest and supports multiple formats.",
99
version: "VERSION" |> File.read!() |> String.trim(),
10-
elixir: "~> 1.14",
10+
elixir: "~> 1.13",
1111
name: "ExImageInfo",
1212
package: package(),
1313
build_embedded: Mix.env() == :prod,

0 commit comments

Comments
 (0)