Skip to content

Commit

Permalink
fixing dialyzer CI check + updating OTP version for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysGonchar committed Nov 24, 2023
1 parent 22fad04 commit aabc4a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: OTP ${{matrix.otp}}
strategy:
matrix:
otp: ['25.3', '24.3.4.9']
otp: ['26.0', '25.3', '24.3.4.9']
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:
name: docker container test with OTP ${{matrix.otp}}
strategy:
matrix:
otp: ['25.3', '24.3.4.9']
otp: ['26.0', '25.3', '24.3.4.9']
runs-on: 'ubuntu-22.04'
env:
OTP_RELEASE: ${{ matrix.otp }}
Expand All @@ -59,7 +59,7 @@ jobs:
- integration_test
if: github.ref == 'refs/heads/master'
env:
OTP_RELEASE: 25.3
OTP_RELEASE: 26.0
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
deprecated_function_calls, deprecated_functions
]}.

{ dialyzer, [
{plt_extra_apps, [amoc]}
]}.

{ relx, [
{release, {amoc_arsenal_xmpp, {git, short}}, [amoc_arsenal_xmpp, runtime_tools]},
{debug_info, keep},
Expand Down

0 comments on commit aabc4a0

Please sign in to comment.