Skip to content

Commit

Permalink
Increase minimum requirements: Elixir 1.12, OTP 24
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn committed Oct 13, 2024
1 parent 7a68019 commit 8afc3ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
include:
- otp: 27.0
elixir: 1.17.0
- otp: 22.3
elixir: 1.9.4
- otp: 24.3
elixir: 1.12.3

env:
MIX_ENV: test
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 Protobuf.Mixfile do
[
app: :protobuf,
version: @version,
elixir: "~> 1.6",
elixir: "~> 1.12",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
dialyzer: [plt_add_apps: [:mix, :jason], flags: [:no_improper_lists]],
Expand Down

0 comments on commit 8afc3ed

Please sign in to comment.