Skip to content

Commit

Permalink
CI: enable again tests against OTP from master branch
Browse files Browse the repository at this point in the history
Enabled again with master (that will be OTP-28).

Signed-off-by: Davide Bettio <[email protected]>
  • Loading branch information
bettio committed Feb 8, 2025
1 parent ab2ca9f commit f3926cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,12 @@ jobs:
elixir_version: "1.14"
rebar3_version: "3.23.0"

# TODO: enable master again
# master will not work until we don't adapt to atom table changes
# # master/main version of OTP/Elixir
# - os: "ubuntu-24.04"
# cc: "cc"
# cxx: "c++"
# otp: "master"
# elixir_version: "main"
# rebar3_version: "3.24.0"
- os: "ubuntu-24.04"
cc: "cc"
cxx: "c++"
otp: "master"
elixir_version: "main"
rebar3_version: "3.24.0"

# Additional default compiler builds
- os: "ubuntu-20.04"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `net:gethostname/0` on platforms with gethostname(3).
- Added `socket:getopt/2`
- Added `supervisor:terminate_child/2`, `supervisor:restart_child/2` and `supervisor:delete_child/2`
- Support to OTP-28

### Fixed
- ESP32: improved sntp sync speed from a cold boot.
Expand Down
1 change: 1 addition & 0 deletions doc/release-notes.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ AtomVM will run BEAM files that have been compiled using the following Erlang an
| ✅ OTP 24 | ✅ 1.14 |
| ✅ OTP 25 | ✅ 1.14 |
| ✅ OTP 26 | ✅ 1.15 |
| ✅ OTP 28 | ✅ 1.15 |

```{note}
Versions of Elixir that are compatible with a particular OTP version may work. This table reflects the versions that are tested.
Expand Down

0 comments on commit f3926cc

Please sign in to comment.