Skip to content

Commit

Permalink
Update OTP and rebar3 versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Feb 6, 2022
1 parent 41826a9 commit 779d06d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
7 changes: 6 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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]}]}.

Expand Down

0 comments on commit 779d06d

Please sign in to comment.