diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 146195a..e97574f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: otp: ['25', '26', '27'] - rebar: ['3.23'] + rebar: ['3.24'] steps: - uses: actions/checkout@v3 diff --git a/rebar.config b/rebar.config index 867fe26..3fda2b5 100644 --- a/rebar.config +++ b/rebar.config @@ -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}]}]}]}.