Skip to content

Commit c079677

Browse files
committed
CI: enable again tests against OTP from master branch
Enabled again with master (that will be OTP-28). Signed-off-by: Davide Bettio <davide@uninstall.it>
1 parent b535d08 commit c079677

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,12 @@ jobs:
226226
elixir_version: "1.14"
227227
rebar3_version: "3.23.0"
228228

229-
# TODO: enable master again
230-
# master will not work until we don't adapt to atom table changes
231-
# # master/main version of OTP/Elixir
232-
# - os: "ubuntu-24.04"
233-
# cc: "cc"
234-
# cxx: "c++"
235-
# otp: "master"
236-
# elixir_version: "main"
237-
# rebar3_version: "3.24.0"
229+
- os: "ubuntu-24.04"
230+
cc: "cc"
231+
cxx: "c++"
232+
otp: "master"
233+
elixir_version: "main"
234+
rebar3_version: "3.24.0"
238235

239236
# Additional default compiler builds
240237
- os: "ubuntu-20.04"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Added `socket:getopt/2`
1717
- Added `supervisor:terminate_child/2`, `supervisor:restart_child/2` and `supervisor:delete_child/2`
1818
- Added `esp:partition_read/3`, and documentation for `esp:partition_erase_range/2/3` and `esp:partition_write/3`
19+
- Support to OTP-28
1920

2021
### Fixed
2122
- ESP32: improved sntp sync speed from a cold boot.

doc/release-notes.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ AtomVM will run BEAM files that have been compiled using the following Erlang an
3333
| ✅ OTP 24 | ✅ 1.14 |
3434
| ✅ OTP 25 | ✅ 1.14 |
3535
| ✅ OTP 26 | ✅ 1.15 |
36+
| ✅ OTP 28 | ✅ 1.17 |
3637

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

0 commit comments

Comments
 (0)