Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rebar3 and Erlang/OTP compatibility list #2918

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

kianmeng
Copy link
Contributor

Resolves #2903

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@paulo-ferraz-oliveira
Copy link
Contributor

erlang@27, or simply erlang, is already out for Homebrew. I'm not sure if that's what's causing the CI issue.

@ferd
Copy link
Collaborator

ferd commented Sep 26, 2024

erlang@27, or simply erlang, is already out for Homebrew. I'm not sure if that's what's causing the CI issue.

It's been hard-coded, we should be able to remove that @26 and let the macos tests pass now

# fall back to OTP-26 since OTP 27.0 doesn't build on homebrew due to manpages issues
run: brew install erlang@26

Resolves erlang#2903 and bump Erlang
OTP version for macOS and GitHub actions.

Co-authored-by: Paulo F. Oliveira <[email protected]>
@kianmeng kianmeng force-pushed the add-rebar3-otp-compatibility-table branch from d392e6e to 8e08292 Compare November 1, 2024 10:14
@kianmeng
Copy link
Contributor Author

kianmeng commented Nov 1, 2024

@paulo-ferraz-oliveira @ferd I managed to get CI to pass, and let's get this merge?

@ferd ferd merged commit c8811d1 into erlang:main Nov 1, 2024
6 checks passed
@kianmeng
Copy link
Contributor Author

kianmeng commented Nov 2, 2024

🥳 🥳 🥳 🥳 🥳

Copy link
Contributor

@vkatsuba vkatsuba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is very useful info. I suppose it will be also nice to have some command in rebar for print supported versions.

@paulo-ferraz-oliveira
Copy link
Contributor

This is very useful info. I suppose it will be also nice to have some command in rebar for print supported versions.

If this is ever considered we could then use it in the generation of the README to avoid two sources of truth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility between Rebar3 and Erlang/OTP
4 participants