Skip to content

Commit

Permalink
Set min OTP version as 24
Browse files Browse the repository at this point in the history
  • Loading branch information
williamthome committed Aug 4, 2024
1 parent 1a67f71 commit 53cb96c
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 @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{minimum_otp_vsn, "25"}.
{minimum_otp_vsn, "24"}.

{erl_opts, [
debug_info,
Expand Down

0 comments on commit 53cb96c

Please sign in to comment.