Skip to content

Commit

Permalink
require elixir 1.14 and erlang 25+
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmries committed Oct 16, 2024
1 parent 5683ed4 commit 873d7fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
strategy:
matrix:
pair:
- otp: "24.3.4"
elixir: "1.12"
- otp: "25.3.2"
elixir: "1.14"
nats: "2.10.0"

- otp: "26.2.4"
- otp: "27.1"
elixir: "1.16.2"
nats: "2.10.14"

- otp: "24.3.4"
- otp: "27.1"
elixir: "main"
nats: "latest"

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 Gnat.Mixfile do
[
app: :gnat,
version: @version,
elixir: "~> 1.12",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 873d7fd

Please sign in to comment.