We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6438304 commit c849bd5Copy full SHA for c849bd5
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
include:
19
# Earliest-supported Elixir/Erlang pair.
20
- - elixir: "1.14"
+ - elixir: "1.15"
21
otp: "24"
22
PLUG_CRYPTO_2_0: "false"
23
mix.exs
@@ -10,7 +10,7 @@ defmodule Plug.MixProject do
10
[
11
app: :plug,
12
version: @version,
13
- elixir: "~> 1.14",
+ elixir: "~> 1.15",
14
deps: deps(),
15
package: package(),
16
description: @description,
0 commit comments