-
Notifications
You must be signed in to change notification settings - Fork 63
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
Changes from all commits
9dc7d28
5f51cee
36e001c
472036f
143653e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
os: 'ubuntu-22.04' | ||
- otp-version: '25.0' | ||
elixir-version: 'v1.13.4-otp-25' | ||
|
@@ -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' | ||
|
@@ -145,11 +142,11 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
combo: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We benefit from |
||
- 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 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
- otp-version: '23.0' | ||
rebar3-version: '3.15' | ||
os: 'windows-2019' | ||
|
@@ -128,11 +122,11 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
combo: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We benefit from |
||
- 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 | ||
|
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.