Skip to content

Commit

Permalink
Add OTP24 to test matrix. Min OTP version is now 22
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Jul 10, 2021
1 parent e87475d commit 2167678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%%-*- mode: erlang -*-

{require_min_otp_vsn, "19"}.
{require_min_otp_vsn, "22"}.

{erl_opts, [
{parse_transform, lager_transform}
Expand Down

0 comments on commit 2167678

Please sign in to comment.