Skip to content

Commit

Permalink
match mix.exs elixir version to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daveminer committed Oct 22, 2024
1 parent ed8f93b commit 25e331f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Basket.MixProject do
[
app: :basket,
version: "0.2.1",
elixir: "~> 1.17",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
aliases: aliases(),
Expand Down

0 comments on commit 25e331f

Please sign in to comment.