File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Erlang CI
33on :
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
1111jobs :
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ __Authors:__ Ulf Wiger ([`ulf@wiger.net`](mailto:ulf@wiger.net)).
66
77Generic 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
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments