Skip to content

Commit d83a990

Browse files
committed
Add Rebar3 and Erlang/OTP compatibility list
Resolves #2903
1 parent 29ccddb commit d83a990

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,27 @@ best experience you can get.
5353

5454
## Getting Started
5555

56+
### Compatibility between Rebar3 and Erlang/OTP
57+
58+
This list presents the known working version combos between the Rebar3 and
59+
Erlang/OTP. Always use the latest version you project can tolerate for latest
60+
security fixes.
61+
62+
| Rebar3 | OTP Support Range | Notes
63+
|- |- | -
64+
| 3.24.0 | 25-27 |
65+
| 3.23.0 | 25-27 |
66+
| 3.22.1 | 25-27 |
67+
| 3.21.0 | 24-26 |
68+
| 3.20.0 | 23-25 |
69+
| 3.19.0 | 23-25 |
70+
| 3.18.0 | 22-24 |
71+
| 3.17.0 | 22-24 |
72+
| 3.16.1 | 22-24 | Don't use 3.16.0, see https://ferd.ca/you-ve-got-to-upgrade-rebar3.html
73+
| 3.15.2 | 19-23 | Don't use 3.15.0 or 3.15.1, see https://ferd.ca/you-ve-got-to-upgrade-rebar3.html
74+
| 3.14.1 | 19-23 |
75+
| 3.13.3 | 19-22 | Don't use 3.13.1 or 3.13.2, see https://ferd.ca/you-ve-got-to-upgrade-rebar3.html
76+
5677
A [getting started guide is maintained on the official documentation website](https://rebar3.org/docs/getting-started),
5778
but installing rebar3 can be done by any of the ways described below
5879

@@ -167,4 +188,3 @@ General rebar community resources and links can be found at
167188
[rebar3.org/docs/about/about-us/#community](https://rebar3.org/docs/about/about-us/#community)
168189

169190
To contribute to rebar3, please refer to [CONTRIBUTING](CONTRIBUTING.md).
170-

0 commit comments

Comments
 (0)