From f05ed1cf771f0c8321d211ad33fa31b1c224cda8 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Wed, 31 Mar 2021 22:00:01 +0100 Subject: [PATCH] Add Erlang/OTP v. Ubuntu compatibility list (#27) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 69d05fa..100ba56 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,17 @@ For pre-release Elixir versions, such as `1.11.0-rc.0`, use the full version specifier (`1.11.0-rc.0`). Pre-release versions are opt-in, so `1.11.x` will not match a pre-release. +### Compatibility between Ubuntu and Erlang/OTP + +This list presents the known working version combos between Ubuntu +and Erlang/OTP. Non-listed combos are not guaranteed to work. + +| Ubuntu | Erlang/OTP | Status +|- |- |- +| ubuntu-16.04 | 17 - 23 | ✅ +| ubuntu-18.04 | 20 - 23 | ✅ +| ubuntu-20.04 | 20 - 23 | ✅ + ### Basic example (Elixir) ```yaml