ci: GitHub action
Some checks failed
CI / Test (OTP 27.2 / Elixir 1.18.2) (push) Failing after 2m46s
CI / Test (OTP 28.4 / Elixir 1.19.4 + Marmot E2E) (push) Has been cancelled

This commit is contained in:
2026-03-14 19:18:38 +01:00
parent 1a4572013d
commit 9636f51b83
2 changed files with 117 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ defmodule Parrhesia.MixProject do
[
app: :parrhesia,
version: "0.4.0",
elixir: "~> 1.19",
elixir: "~> 1.18",
start_permanent: Mix.env() == :prod,
deps: deps(),
aliases: aliases()