* sequel of 17e6f89078
* added R26 in CI/CD, and cleared out dialyzer warnings
* from R26, by default, `-Wno_unknown` suppresses warnings [1]
* in R25, it was the reverse behavior: `-Wunknown` allows warnings [2].

[1] https://www.erlang.org/doc/man/dialyzer.html#warning_options
[2] https://www.erlang.org/docs/25/man/dialyzer#format_warning-1
This commit is contained in:
Ariel Otilibili 2024-03-18 00:49:53 +01:00
parent cb3983741e
commit 63b1798b1e
2 changed files with 10 additions and 3 deletions

View file

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
otp_version: ['25.3', '25.2', '23.2']
otp_version: ['26.2', '25.3', '25.2', '23.2']
os: [ubuntu-latest]
steps: