Skip to content

Commit 5b8b546

Browse files
committed
Update for OR-3.4 - rebar3 -> 3.21
1 parent 56a2d3a commit 5b8b546

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/erlang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Erlang CI
33
on:
44
push:
55
branches:
6-
- openriak-3.2
6+
- openriak-3.4
77
pull_request:
88
branches:
9-
- openriak-3.2
9+
- openriak-3.4
1010

1111
jobs:
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
riak_sysmon
22
===========
33

4-
![riak_sysmon OpenRiak Status](https://github.com/OpenRiak/riak_sysmon/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2)
4+
![riak_sysmon OpenRiak Status](https://github.com/OpenRiak/riak_sysmon/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.4)
55

66
`riak_sysmon` is an Erlang/OTP application that manages the event
77
messages that can be generated by the Erlang virtual machine's

rebar.config

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@
1919
%%
2020
%% -------------------------------------------------------------------
2121

22-
{minimum_otp_vsn, "22.0"}.
22+
{minimum_otp_vsn, "24.0"}.
2323

2424
{brt_protect, true}.
2525

26-
{minimum_otp_vsn, "22.0"}.
27-
2826
{erl_opts, [
2927
warn_bif_clash,
3028
warn_export_all,
@@ -42,7 +40,7 @@
4240
{deps, [
4341
{cuttlefish,
4442
{git, "https://github.com/OpenRiak/cuttlefish.git",
45-
{branch, "openriak-3.2"} }}
43+
{branch, "openriak-3.4"} }}
4644
]},
4745
{erl_opts, [
4846
debug_info,

rebar3

-144 KB
Binary file not shown.

0 commit comments

Comments
 (0)