Skip to content

Commit

Permalink
Support elixir >1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos committed Sep 23, 2024
1 parent ac7e37f commit 49d94df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
name: mix test (Elixir ${{ matrix.elixir }} OTP ${{ matrix.otp }})
strategy:
matrix:
elixir: ["1.7.4", "1.17.3"]
elixir: ["1.11.4", "1.17.3"]
include:
- elixir: "1.7.4"
otp: "20.x"
- elixir: "1.11.4"
otp: "22.x"
- elixir: "1.17.3"
otp: "27.x"
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule EctoEnumMigration.MixProject do
[
app: :ecto_enum_migration,
version: @version,
elixir: "~> 1.7",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
description:
Expand Down

0 comments on commit 49d94df

Please # to comment.