8000 Allow for latest 100 rebar3 versions when fetching from GitHub by paulo-ferraz-oliveira · Pull Request #42 · erlef/setup-beam · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged
merged 1 commit into from
May 28, 2021
Merged

Allow for latest 100 rebar3 versions when fetching from GitHub #42

merged 1 commit into from
May 28, 2021

Conversation

paulo-ferraz-oliveira
Copy link
Collaborator
@paulo-ferraz-oliveira paulo-ferraz-oliveira commented May 27, 2021

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.

@@ -20,13 +20,13 @@ jobs:
node-version: '12'
- run: npm install -g npm
- run: npm install
- run: npm run format
Copy link
Collaborator Author

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.

@@ -32,6 +32,7 @@ jobs:
combo:
- elixir-version: 'v1.0'
otp-version: '17'
rebar3-version: '3.6.0'
Copy link
Collaborator Author

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.

@paulo-ferraz-oliveira
Copy link
Collaborator Author

Tests are failing because versions I didn't consider would move forward just moved forward due to the rebar3 issue that gave rise to 3.16.1.

@@ -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'
Copy link
Collaborator Author

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.

@paulo-ferraz-oliveira
Copy link
Collaborator Author

@starbelly, wanna give this a quick looksy?

@starbelly
Copy link
Member
starbelly commented May 28, 2021

@paulo-ferraz-oliveira Yup, did earlier, merge away, tag away.

Edit:

I'll take care of merging and tagging.

@starbelly starbelly merged commit 11d59b1 into erlef:main May 28, 2021
@paulo-ferraz-oliveira paulo-ferraz-oliveira deleted the feature/100-releases-back branch May 28, 2021 09:10
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.

rebar3 broken on OTP 17-20 Have ci.yml's "npm run format" after "npm run build"
3 participants
0