Skip to content

Commit

Permalink
brujo-update Move to OTP25+
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Oct 18, 2024
1 parent 69669de commit b1cd0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
otp: ['25', '26', '27']
rebar: ['3.23']
rebar: ['3.24']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{erl_opts,
[warn_unused_import, warn_export_vars, warnings_as_errors, verbose, report, debug_info]}.

{minimum_otp_vsn, "24"}.
{minimum_otp_vsn, "25"}.

{profiles,
[{test, [{cover_enabled, true}, {cover_opts, [verbose]}, {ct_opts, [{verbose, true}]}]}]}.
Expand Down

0 comments on commit b1cd0ce

Please sign in to comment.