Relax Req's elixir version (#196)

Failing on the test matrix update PR.
This commit is contained in:
Bryan Naegele 2023-08-22 10:13:32 -06:00 committed by GitHub
parent 5380a94bc9
commit 0b6ccafab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ defmodule OpentelemetryReq.MixProject do
app: :opentelemetry_req,
description: description(),
version: "0.1.2",
elixir: "~> 1.12",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
name: "Opentelemetry Req",