8000 Fix for `rebar3` `nightly`/`latest` by paulo-ferraz-oliveira · Pull Request #331 · erlef/setup-beam · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix for rebar3 nightly/latest #331

New issue

Have a q 8000 uestion 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 5 commits into from
May 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
version-type: 'strict'
- otp-version: '25'
os: 'ubuntu-24.04'
- otp-version: '25'
- otp-version: '26'
elixir-version: '1.16'
rebar3-version: '3'
rebar3-version: '3.25'
Copy link
Collaborator Author

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.

os: 'ubuntu-22.04'
- otp-version: '25.0'
elixir-version: 'v1.13.4-otp-25'
Expand All @@ -63,11 +63,8 @@ jobs:
rebar3-version: '3.18.0'
os: 'ubuntu-latest'
version-type: 'strict'
- otp-version: '25'
rebar3-version: 'nightly'
os: 'ubuntu-latest'
- otp-version: '26'
rebar3-version: 'nightly'
- otp-version: 'latest'
rebar3-version: 'latest'
os: 'ubuntu-latest'
- gleam-version: '1.9.0'
otp-version: '27'
Expand Down Expand Up @@ -145,11 +142,11 @@ jobs:
fail-fast: false
matrix:
combo:
Copy link
Collaborator Author

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.

- otp-version: '25'
elixir-version: 'v1.14'
gleam-version: '1.0.0'
rebar3-version: 'nightly'
os: 'ubuntu-latest'
- otp-version: latest
elixir-version: latest
gleam-version: latest
rebar3-version: nightly
os: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use erlef/setup-beam
Expand Down
16 changes: 5 additions & 11 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,9 @@ jobs:
elixir-version: '1.14.5'
os: 'windows-latest'
version-type: 'strict'
- otp-version: '25'
rebar3-version: 'nightly'
os: 'windows-latest'
- otp-version: '24.0.2'
rebar3-version: '3.16'
os: 'windows-2019'
- otp-version: '26.1'
rebar3-version: 'nightly'
os: 'windows-2019'
Comment on lines -47 to -49
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

- otp-version: '23.0'
rebar3-version: '3.15'
os: 'windows-2019'
Expand Down Expand Up @@ -128,11 +122,11 @@ jobs:
fail-fast: false
matrix:
combo:
Copy link
Collaborator Author

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.

- otp-version: '25'
elixir-version: 'v1.14'
gleam-version: '1.0.0'
rebar3-version: 'nightly'
os: 'windows-latest'
- otp-version: latest
elixir-version: latest
gleam-version: latest
rebar3-version: nightly
os: windows-latest
steps:
- uses: actions/checkout@v4
- name: Use erlef/setup-beam
Expand Down
0