neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Allow older Elixir versions in test mix.exs
1a26cf4 · Jonathan Clem · 2020-05-17 14:56
Files changed
modified
test-project/mix.exs
+1
−1
@@ -5,7 +5,7 @@ defmodule Test.MixProject do
| 5 | 5 | [ |
| 6 | 6 | app: :test, |
| 7 | 7 | version: "0.1.0", |
| 8 | − elixir: "~> 1.9", | |
| 8 | + elixir: "~> 1.1", | |
| 9 | 9 | start_permanent: Mix.env() == :prod, |
| 10 | 10 | deps: deps() |
| 11 | 11 | ] |
Parents: 66a8e10