Skip to content

Commit

Permalink
Drop support for Elixir 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Aug 28, 2024
1 parent 2463630 commit 889de8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
include:
- pair:
elixir: 1.12
elixir: 1.13
otp: 24
- pair:
elixir: 1.15
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 889de8d

Please sign in to comment.