From 216767874ab709be4bbaad66d8c455f540ab6a18 Mon Sep 17 00:00:00 2001 From: Marc Worrell Date: Sat, 10 Jul 2021 10:39:48 +0200 Subject: [PATCH] Add OTP24 to test matrix. Min OTP version is now 22 --- .github/workflows/test.yml | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7a0217..af764e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - otp_version: [21.3,22,23.2.5] + otp_version: [22.3, 23.3, 24.0.1] os: [ubuntu-latest] container: diff --git a/rebar.config b/rebar.config index 1ab5b2e..3571af6 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ %%-*- mode: erlang -*- -{require_min_otp_vsn, "19"}. +{require_min_otp_vsn, "22"}. {erl_opts, [ {parse_transform, lager_transform}