Skip to content

Commit 12e2be1

Browse files
authored
Drop support for Elixir 1.11 (#92)
1 parent 3209283 commit 12e2be1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
include:
2222
- pair:
23-
elixir: 1.11.4
23+
elixir: 1.12.3
2424
otp: 23.3.4
2525
- pair:
2626
elixir: 1.14.5

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Html5ever.Mixfile do
88
[
99
app: :html5ever,
1010
version: @version,
11-
elixir: "~> 1.11",
11+
elixir: "~> 1.12",
1212
build_embedded: Mix.env() == :prod,
1313
start_permanent: Mix.env() == :prod,
1414
deps: deps(),

0 commit comments

Comments
 (0)