We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5120740 commit 526d00fCopy full SHA for 526d00f
1 file changed
.github/workflows/ci.yml
@@ -30,23 +30,17 @@ jobs:
30
- otp_version: "28.1"
31
deterministic: true
32
33
- erlc_opts: "warnings_as_errors"
34
docs: true
35
coverage: true
36
- otp_version: "27.3"
37
38
- otp_version: "27.0"
39
40
- otp_version: master
41
development: true
42
- otp_version: maint
43
44
45
- # Earlier Erlang/OTP versions ignored compiler directives
46
- # when using warnings_as_errors. So we only set ERLC_OPTS
47
- # from Erlang/OTP 27+.
48
env:
49
- ERLC_OPTS: ${{ matrix.erlc_opts || '' }}
+ ERLC_OPTS: "warnings_as_errors"
50
steps:
51
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
52
with:
0 commit comments