Test CI against multiple OTP versions (24-28)#140
Merged
josevalim merged 1 commit intobeam-telemetry:mainfrom Oct 19, 2025
Merged
Test CI against multiple OTP versions (24-28)#140josevalim merged 1 commit intobeam-telemetry:mainfrom
josevalim merged 1 commit intobeam-telemetry:mainfrom
Conversation
kianmeng
commented
Oct 19, 2025
| HandlerConfig = #{send_to => self()}, | ||
| StartMetadata = #{some => start_metadata, telemetry_span_context => ctx}, | ||
| SpanFunction = fun() -> 1 / 0 end, | ||
| SpanFunction = fun() -> erlang:error(badarith) end, |
Contributor
Author
There was a problem hiding this comment.
===> Compiling telemetry
┌─ test/telemetry_SUITE.erl:
│
388 │ SpanFunction = fun() -> 1 / 0 end,
│ ╰── Warning: evaluation of operator '/'/2 will fail with a 'badarith' exception
===> Running Common Test suites...
kianmeng
commented
Oct 19, 2025
Comment on lines
-22
to
-27
| - otp_version: "23.3.4.18" | ||
| os: ubuntu-20.04 | ||
| rebar3_version: "3.20.0" | ||
| - otp_version: "22.3.4.26" | ||
| os: ubuntu-20.04 | ||
| rebar3_version: "3.18.0" |
Contributor
Author
There was a problem hiding this comment.
Dropped support for OTP 22/23 as the minimum supported Ubuntu OS image not supported by setup-beam anymore, see https://github.com/erlef/setup-beam?tab=readme-ov-file#compatibility-between-operating-system-and-erlangotp
josevalim
approved these changes
Oct 19, 2025
Contributor
|
💚 💙 💜 💛 ❤️ |
Contributor
Author
|
🥳 🥳 🥳 🥳 🥳 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.