mirror of
https://github.com/valitydev/rfc3339.git
synced 2024-11-06 08:35:17 +00:00
bump min elixir vsn to 1.2
This commit is contained in:
parent
27bf30c2e2
commit
058329c86a
@ -3,12 +3,6 @@ elixir:
|
|||||||
- 1.2.1
|
- 1.2.1
|
||||||
otp_release:
|
otp_release:
|
||||||
- 18.2
|
- 18.2
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- elixir: 1.0.5
|
|
||||||
otp_release: 17.5
|
|
||||||
- elixir: 1.1.0
|
|
||||||
otp_release: 17.5
|
|
||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- alisdairsullivan@yahoo.ca
|
- alisdairsullivan@yahoo.ca
|
||||||
|
2
mix.exs
2
mix.exs
@ -7,7 +7,7 @@ defmodule RFC3339.Mixfile do
|
|||||||
[app: :rfc3339,
|
[app: :rfc3339,
|
||||||
version: @version,
|
version: @version,
|
||||||
description: description,
|
description: description,
|
||||||
elixir: ">= 1.0.5",
|
elixir: ">= 1.2",
|
||||||
package: package,
|
package: package,
|
||||||
build_embedded: Mix.env == :prod,
|
build_embedded: Mix.env == :prod,
|
||||||
start_permanent: Mix.env == :prod,
|
start_permanent: Mix.env == :prod,
|
||||||
|
Loading…
Reference in New Issue
Block a user