Skip to content

Commit

Permalink
Require Elixir v1.10
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wojtekmach committed Oct 6, 2020
1 parent fc08a53 commit 19cc78f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
fail-fast: false
matrix:
include:
- otp: 19.3.6.13
elixir: 1.7.4
- otp: 20.3.8.26
elixir: 1.8.2
- otp: 20.3.8.26
elixir: 1.9.4
- otp: 21.3.8.16
elixir: 1.10.3
- otp: 23.0.2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## HEAD

Require Elixir v1.10.

## v0.22.6 (2020-09-16)

* Bug fix
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule ExDoc.Mixfile do
[
app: :ex_doc,
version: @version,
elixir: "~> 1.7",
elixir: "~> 1.10",
deps: deps(),
aliases: aliases(),
package: package(),
Expand Down

0 comments on commit 19cc78f

Please sign in to comment.