From 4882ff27d71d5e9d73694ea740eb1e7f7f7697c7 Mon Sep 17 00:00:00 2001 From: Gabriel Perales Date: Tue, 9 Jul 2024 20:27:49 +0200 Subject: [PATCH] tweaks --- .github/workflows/ci.yml | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73a0f92..2fcc705 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,8 @@ jobs: strategy: matrix: include: - - otp: 25.1 - elixir: 1.15.4 + - otp: 27.0 + elixir: 1.17.2 - otp: 21.3 elixir: 1.11.4 diff --git a/mix.exs b/mix.exs index 9eeb7e0..dc0cdeb 100644 --- a/mix.exs +++ b/mix.exs @@ -36,7 +36,7 @@ defmodule Money.Mixfile do defp deps do [ # Soft dependencies - {:ecto, "~> 1.0 or ~> 2.0 or ~> 2.1 or ~> 3.0", optional: true}, + {:ecto, "~> 2.1 or ~> 3.0", optional: true}, {:phoenix_html, "~> 2.0 or ~> 3.0 or ~> 4.0", optional: true}, {:decimal, "~> 1.0 or ~> 2.0", optional: true},