Skip to content

Commit

Permalink
Start use ppplib
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba authored and vkatsuba committed Mar 8, 2021
1 parent d3f3de3 commit 5ddf3a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [21.3.8.18, 22.0.7, 22.1.8, 22.2.8, 22.3.4.14, 23.0.4, 23.1.5.0, 23.2.1.0]
otp: [22.0.7, 22.1.8, 22.2.8, 22.3.4.14, 23.0.4, 23.1.5.0, 23.2.1.0]
container:
image: erlang:${{ matrix.otp }}-alpine
steps:
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{deps, [
{cut, "1.0.3"},
{ppp, {git, "git://github.com/travelping/ppp", {branch, "modernize"}}}
{ppplib, "1.0.0"}
]}.

{minimum_otp_vsn, "21.3"}.
Expand Down

0 comments on commit 5ddf3a0

Please sign in to comment.