diff --git a/README.md b/README.md index a064de7..5954e8f 100644 --- a/README.md +++ b/README.md @@ -131,14 +131,3 @@ defmodule MyModule.SampleTest do end end ``` - -## Versions of Elixir and Erlang - -WiseHomex will be tested against the two latest minor versions of Elixir (but >= 1.9) and the three latest minor versions of Erlang. -In all cases the latest patch version is used. - -E.g. if the latest Elixir is 1.12.3 and the latest Erlang is 24.1.2, we test against: - -* Elixir: 1.11.4, 1.12.3 -* Erlang: 23.3.4.7, 24.0.6, 24.1.2 -