From 61d44d3f435b303999c9c506e5963b22a12a0fc9 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..7857411 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.15", 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},