Skip to content

Commit 19cc78f

Browse files
committed
Require Elixir v1.10
We've recently added a test [1] [2] that fails due to compiler bugs on 1.7 [3] and 1.8-1.9 [4]. [1] 9bfcdd8 [2] fc08a53 [3] https://github.com/elixir-lang/ex_doc/runs/1213878993 [4] https://github.com/elixir-lang/ex_doc/runs/1213879027
1 parent fc08a53 commit 19cc78f

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- otp: 19.3.6.13
17-
elixir: 1.7.4
18-
- otp: 20.3.8.26
19-
elixir: 1.8.2
20-
- otp: 20.3.8.26
21-
elixir: 1.9.4
2216
- otp: 21.3.8.16
2317
elixir: 1.10.3
2418
- otp: 23.0.2

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## HEAD
4+
5+
Require Elixir v1.10.
6+
37
## v0.22.6 (2020-09-16)
48

59
* Bug fix

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule ExDoc.Mixfile do
77
[
88
app: :ex_doc,
99
version: @version,
10-
elixir: "~> 1.7",
10+
elixir: "~> 1.10",
1111
deps: deps(),
1212
aliases: aliases(),
1313
package: package(),

0 commit comments

Comments
 (0)