Skip to content

Commit

Permalink
Merge pull request #107 from paulo-ferraz-oliveira/fix/otp24-compile-…
Browse files Browse the repository at this point in the history
…warning

Prevent OTP 24 compile-time warning
  • Loading branch information
tsloughter committed Jun 17, 2021
2 parents 2f2fafb + fdc29f2 commit 3ec3522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:

strategy:
matrix:
otp_version: ['23.1', '22.3.4.2', '21.3.8.16', '20.3.8.21']
otp_version: ['24', '23', '22', '21']
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v2

- uses: bajankristof/setup-erlang@master
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
rebar3-version: '3.14'

- name: Compile
run: rebar3 compile
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]}
]},
{test, [
{deps, [{hackney, "1.16.0"}]}
{deps, [{hackney, "1.17.4"}]}
]}
]}.

Expand Down

0 comments on commit 3ec3522

Please sign in to comment.