From 779d06d5b9784c328233217c77b23307439ed411 Mon Sep 17 00:00:00 2001 From: vk Date: Sun, 6 Feb 2022 13:34:35 +0200 Subject: [PATCH] Update OTP and rebar3 versions for CI --- .github/workflows/ci.yaml | 8 ++++---- rebar.config | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b48a2d4..4223d8a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,8 +15,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp: [23.3, 24.1] - rebar: [3.17.0] + otp: [23.3, 24.2] + rebar: [3.18.0] steps: - uses: actions/checkout@v2 - uses: erlef/setup-beam@v1 @@ -36,8 +36,8 @@ jobs: runs-on: windows-latest strategy: matrix: - otp: [23.3, 24.1] - rebar: [3.17.0] + otp: [23.3, 24.2] + rebar: [3.18.0] steps: - uses: actions/checkout@v2 - uses: erlef/setup-beam@v1 diff --git a/rebar.config b/rebar.config index c27a3de..9109103 100644 --- a/rebar.config +++ b/rebar.config @@ -11,7 +11,12 @@ {minimum_otp_vsn, "23"}. {project_plugins, - [rebar3_hex, rebar3_format, rebar3_lint, rebar3_lint, rebar3_edoc_extensions]}. + [rebar3_hex, + rebar3_format, + rebar3_lint, + rebar3_lint, + rebar3_hank, + rebar3_edoc_extensions]}. {dialyzer, [{warnings, [no_return, unmatched_returns, error_handling, underspecs]}]}.