File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -226,15 +226,12 @@ jobs:
226
226
elixir_version : " 1.14"
227
227
rebar3_version : " 3.23.0"
228
228
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"
238
235
239
236
# Additional default compiler builds
240
237
- os : " ubuntu-20.04"
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
- Added ` socket:getopt/2 `
17
17
- Added ` supervisor:terminate_child/2 ` , ` supervisor:restart_child/2 ` and ` supervisor:delete_child/2 `
18
18
- Added ` esp:partition_read/3 ` , and documentation for ` esp:partition_erase_range/2/3 ` and ` esp:partition_write/3 `
19
+ - Support to OTP-28
19
20
20
21
### Fixed
21
22
- ESP32: improved sntp sync speed from a cold boot.
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ AtomVM will run BEAM files that have been compiled using the following Erlang an
33
33
| ✅ OTP 24 | ✅ 1.14 |
34
34
| ✅ OTP 25 | ✅ 1.14 |
35
35
| ✅ OTP 26 | ✅ 1.15 |
36
+ | ✅ OTP 28 | ✅ 1.17 |
36
37
37
38
```{note}
38
39
Versions of Elixir that are compatible with a particular OTP version may work. This table reflects the versions that are tested.
You can’t perform that action at this time.
0 commit comments