We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b7e24 commit f9bb6f5Copy full SHA for f9bb6f5
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,9 @@ jobs:
19
- run: make
20
- run: rebar3 compile
21
- run: rebar3 xref
22
+ if: matrix.otp < 28
23
- run: rebar3 dialyzer
24
25
- run: rebar3 eunit -v
26
if: matrix.otp >= 26
27
0 commit comments