Skip to content

Commit

Permalink
Merge pull request #92 from paulo-ferraz-oliveira/feature/ci-otp-24
Browse files Browse the repository at this point in the history
Tweak CI versions (add 24.0, move some .0 to .3)
  • Loading branch information
ferd committed May 14, 2021
2 parents 4da1671 + 428a9ff commit 508148d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
image: erlang:${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: [18.3, 19.3, 20.0, 21.0, 22.0, 23.0]
otp_vsn: ['18.3', '19.3', '20.3', '21.3', '22.3', '23.3', '24.0']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
{erl_opts, [nowarn_export_all, {d, 'TEST'}]}
]}
]}.
{edoc_opts, [
{preprocess, true}
]}.

0 comments on commit 508148d

Please sign in to comment.