We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bb794 commit 7e282aeCopy full SHA for 7e282ae
2 files changed
.github/workflows/main.yml
@@ -28,8 +28,6 @@ jobs:
28
elixir: "1.13.4"
29
- erlang: "24.3.4"
30
elixir: "1.12.3"
31
- - erlang: "24.3.4"
32
- elixir: "1.11.4"
33
steps:
34
- uses: actions/checkout@v4
35
mix.exs
@@ -8,7 +8,7 @@ defmodule HexSolver.MixProject do
8
[
9
app: :hex_solver,
10
version: @version,
11
- elixir: "~> 1.11",
+ elixir: "~> 1.12",
12
start_permanent: Mix.env() == :prod,
13
elixirc_paths: elixirc_paths(Mix.env()),
14
deps: deps(),
0 commit comments