Skip to content

Commit

Permalink
elbrujohalcon.otp_formatter.update- Remove OTP 24 and update rebar3
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Oct 23, 2024
1 parent 89297c0 commit 8473377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

strategy:
matrix:
otp: ['24.3', '25.2.1']
rebar: ['3.20.0']
otp: ['25']
rebar: ['3.24']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{erl_opts, [warn_unused_import, warn_export_vars, verbose, report, debug_info]}.

{minimum_otp_vsn, "24"}.
{minimum_otp_vsn, "25"}.

{deps, [{katana_code, "~> 2.2.0"}]}.

Expand Down

0 comments on commit 8473377

Please sign in to comment.