Skip to content

Commit b1cd0ce

Browse files
committed
brujo-update Move to OTP25+
1 parent 69669de commit b1cd0ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
otp: ['25', '26', '27']
14-
rebar: ['3.23']
14+
rebar: ['3.24']
1515

1616
steps:
1717
- uses: actions/checkout@v3

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{erl_opts,
44
[warn_unused_import, warn_export_vars, warnings_as_errors, verbose, report, debug_info]}.
55

6-
{minimum_otp_vsn, "24"}.
6+
{minimum_otp_vsn, "25"}.
77

88
{profiles,
99
[{test, [{cover_enabled, true}, {cover_opts, [verbose]}, {ct_opts, [{verbose, true}]}]}]}.

0 commit comments

Comments
 (0)