-
Notifications
You must be signed in to change notification settings - Fork 62
Allow for latest 100 rebar3 versions when fetching from GitHub #42
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
Allow for latest 100 rebar3 versions when fetching from GitHub #42
Conversation
@@ -20,13 +20,13 @@ jobs: | |||
node-version: '12' | |||
- run: npm install -g npm | |||
- run: npm install | |||
- run: npm run format |
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.
I added this change here so I don't have to deal with build
after format
stopping my CI midway through.
.github/workflows/test.yml
Outdated
@@ -32,6 +32,7 @@ jobs: | |||
combo: | |||
- elixir-version: 'v1.0' | |||
otp-version: '17' | |||
rebar3-version: '3.6.0' |
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.
As per what was actually failing for @wojtekmach.
Tests are failing because versions I didn't consider would move forward just moved forward due to the |
@@ -56,7 +56,7 @@ jobs: | |||
os: 'ubuntu-16.04' | |||
- elixir-version: 'v1.4' | |||
otp-version: '20' | |||
rebar3-version: '3.11' | |||
rebar3-version: '3.6.0' |
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.
Good'ol trial-and-error.
@starbelly, wanna give this a quick looksy? |
@paulo-ferraz-oliveira Yup, did earlier, merge away, tag away. Edit: I'll take care of merging and tagging. |
Closes #40.
Also closes #39.
Edit: after this one's approved and merged we could think about 1.7.2, since there's also a recent patch by @wojtekmach in the queue.