-
Notifications
You must be signed in to change notification settings - Fork 63
Fix for rebar3
nightly
/latest
#331
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
Conversation
elixir-version: '1.16' | ||
rebar3-version: '3' | ||
rebar3-version: '3.25' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We pin it, so it doesn't catch us by surprise in the (near?) future.
@@ -145,11 +142,11 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
combo: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We benefit from latest
, consistently, and thus this should break much less in the future.
@@ -128,11 +125,11 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
combo: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We benefit from latest
, consistently, and thus this should break much less in the future.
These tests seem to present issues in rebar3 (taking forever to compile) or verl, so I'm avoiding nightly, for now
Not exactly sure what's wrong with this one, but I don't think (given all the other successes in the actions' tests) this is action-specific
I wrote this one to unlock #330 as it's failing since 3.25 came out, but due to our tests, not the proposed changes. Feel free to merge if you approve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This change was released in v1.19.0, also tagged |
👍 |
- otp-version: '26.1' | ||
rebar3-version: 'nightly' | ||
os: 'windows-2019' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Compatibility with Erlang/OTP versions lower than 26 is not guaranteed, so we try to move the versions forward / adapt them, when warranted to prevent issues around e.g.
rebar3
releases like the recent 3.25 one.