Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Perales committed Jul 9, 2024
1 parent 03afffd commit 61d44d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule Money.Mixfile do
aliases: aliases(),
name: "Money",
version: @version,
elixir: "~> 1.0",
elixir: "~> 1.15",
deps: deps(),
docs: fn ->
[
Expand All @@ -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},

Expand Down

0 comments on commit 61d44d3

Please sign in to comment.