Skip to content

Commit

Permalink
chore: require Elixir 1.11 for Ecto compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
grossvogel committed May 31, 2024
1 parent b631bae commit 38d088a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
matrix:
include:
- otp: "22"
elixir: "1.9"
- otp: "21"
elixir: "1.11"
- otp: "26"
elixir: "1.16"
services:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule EctoSoftDelete.Mixfile do
[
app: :ecto_soft_delete,
version: "2.0.3",
elixir: "~> 1.9",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 38d088a

Please sign in to comment.