Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update eradius to 2.3.0 #192

Merged
merged 3 commits into from
Oct 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [22.3, 23.3, 24.1]
otp: [22.3, 23.3, 24.1, 25.1]
container:
image: quay.io/travelping/alpine-erlang:${{ matrix.otp }}
steps:
Expand All @@ -25,7 +25,7 @@ jobs:
apk --no-cache upgrade
apk --no-cache add gcc git libc-dev libc-utils libgcc linux-headers make bash \
musl-dev musl-utils ncurses-dev pcre2 pkgconf scanelf wget zlib
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: rebar3 compile
- name: Run tests
Expand All @@ -39,7 +39,7 @@ jobs:
run: DEBUG=1 rebar3 as test coveralls send || /bin/true
- name: Archive Test Output
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-output-${{ matrix.otp }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{deps, [
{setup, "2.1.0"},
{prometheus, "4.8.1"},
{eradius, "2.2.4"},
{eradius, "2.3.0"},
{regine, "1.1.0"},
{cut, "1.0.3"},
{gtplib, "3.2.0"}
Expand Down