diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4042b9..6e6a0c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: matrix: include: - pair: - elixir: 1.12 + elixir: 1.13 otp: 24 - pair: elixir: 1.15 diff --git a/mix.exs b/mix.exs index dfcb136..8281225 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule RustlerPrecompiled.MixProject do [ app: :rustler_precompiled, version: @version, - elixir: "~> 1.12", + elixir: "~> 1.13", start_permanent: Mix.env() == :prod, description: "Make the usage of precompiled NIFs easier for projects using Rustler", package: package(),