From 1ccf8ebf1950e830d338a53c746053ae26c6eadd 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 | 4 ++-- 2 files changed, 4 insertions(+), 4 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..081aa57 100644 --- a/mix.exs +++ b/mix.exs @@ -10,7 +10,7 @@ defmodule Money.Mixfile do aliases: aliases(), name: "Money", version: @version, - elixir: "~> 1.0", + elixir: "~> 1.11", deps: deps(), docs: fn -> [ @@ -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},