Skip to content

Commit

Permalink
range elixir versions for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
XiXiaPdx committed Dec 28, 2023
1 parent ff6f43d commit 7997da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule NewRelic.Mixfile do
app: :new_relic_agent,
description: "New Relic's Open-Source Elixir Agent",
version: agent_version(),
elixir: "~> 1.14",
elixir: ">= 1.11 and < 1.15",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
name: "New Relic Elixir Agent",
Expand Down

0 comments on commit 7997da3

Please sign in to comment.