Skip to content

Commit 7613319

Browse files
committed
Update for OR-3.4 - rebar3 -> 3.21
1 parent 7647ce3 commit 7613319

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -6,7 +6,7 @@ __Authors:__ Ulf Wiger ([`ulf@wiger.net`](mailto:ulf@wiger.net)).
66

77
Generic setup utility for Erlang-based systems
88

9-
![Setup OpenRiak Status](https://github.com/OpenRiak/setup/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2)
9+
![Setup OpenRiak Status](https://github.com/OpenRiak/setup/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.4)
1010

1111
## Introduction ##
1212

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%% -*- mode: erlang; erlang-indent-level: 4; indent-tabs-mode: nil -*-
2-
{minimum_otp_vsn, "22.0"}.
2+
{minimum_otp_vsn, "24.0"}.
33
{erl_opts, [debug_info]}.
44
{xref_checks, [
55
undefined_function_calls,

rebar3

-144 KB
Binary file not shown.

0 commit comments

Comments
 (0)