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 4882ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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 4882ff2

Please sign in to comment.