diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 8c98475..086c694 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - otp: ['22.3', '23.3', '24.3'] + otp: ['23.3', '24.3'] rebar: ['3.18.0'] steps: diff --git a/rebar.config b/rebar.config index 7a7c9ad..d3f0266 100644 --- a/rebar.config +++ b/rebar.config @@ -34,4 +34,4 @@ {alias, [{test, [format, lint, hank, xref, dialyzer, eunit]}]}. {project_plugins, - [{rebar3_format, "~> 1.1.0"}, {rebar3_lint, "~> 1.0.2"}, {rebar3_hank, "~> 1.2.2"}]}. + [{rebar3_format, "~> 1.2.0"}, {rebar3_lint, "~> 1.0.2"}, {rebar3_hank, "~> 1.3.0"}]}.