Skip to content

Commit

Permalink
CI: Don't run dialyzer with Erlang newer than 25.3
Browse files Browse the repository at this point in the history
Dialyzer in Erlang 26 requires to add syntax_tools to applications,
but when doing that, dialyzer produces 45 errors like
  The call erl_syntax:...
  does not have a term of type ...
  (with opaque subterms) as ... argument
  • Loading branch information
badlop committed Dec 26, 2023
1 parent 4589856 commit 1e9a969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- run: rebar3 compile
- run: rebar3 xref
- run: rebar3 dialyzer
if: matrix.otp < 26
- run: rebar3 eunit -v

cover:
Expand Down

0 comments on commit 1e9a969

Please sign in to comment.