Add Erlang/OTP v. Ubuntu compatibility list (#27)

f05ed1c · Paulo F. Oliveira · 2021-03-31 21:00

1 files +11 -0

Files changed

modified README.md
+11 −0
@@ -34,6 +34,17 @@ For pre-release Elixir versions, such as `1.11.0-rc.0`, use the full version
34 34 specifier (`1.11.0-rc.0`). Pre-release versions are opt-in, so `1.11.x` will
35 35 not match a pre-release.
36 36
37 +### Compatibility between Ubuntu and Erlang/OTP
38 +
39 +This list presents the known working version combos between Ubuntu
40 +and Erlang/OTP. Non-listed combos are not guaranteed to work.
41 +
42 +| Ubuntu | Erlang/OTP | Status
43 +|- |- |-
44 +| ubuntu-16.04 | 17 - 23 | ✅
45 +| ubuntu-18.04 | 20 - 23 | ✅
46 +| ubuntu-20.04 | 20 - 23 | ✅
47 +
37 48 ### Basic example (Elixir)
38 49
39 50 ```yaml

Parents: 1f3954e