From 53cb96c6988a5254d7cefa2537287194322e740b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Fank=20Thom=C3=A9?= Date: Sun, 4 Aug 2024 18:59:27 -0300 Subject: [PATCH] Set min OTP version as 24 --- .github/workflows/ci.yml | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 443a283..907ca2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: - otp-version: [23, 24, 25, 26, 27] + otp-version: [24, 25, 26, 27] os: [ubuntu-24.04] steps: diff --git a/rebar.config b/rebar.config index 930fdad..e0cc173 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -%{minimum_otp_vsn, "25"}. +{minimum_otp_vsn, "24"}. {erl_opts, [ debug_info,