From 1a26cf429fe51bd254fa0f63ea9418bc716acc95 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Sun, 17 May 2020 10:56:04 -0400 Subject: [PATCH] Allow older Elixir versions in test mix.exs --- test-project/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-project/mix.exs b/test-project/mix.exs index 1f4f680..69d6504 100644 --- a/test-project/mix.exs +++ b/test-project/mix.exs @@ -5,7 +5,7 @@ defmodule Test.MixProject do [ app: :test, version: "0.1.0", - elixir: "~> 1.9", + elixir: "~> 1.1", start_permanent: Mix.env() == :prod, deps: deps() ]