Skip to content

Commit

Permalink
Drop OTP-20; add testing with ranch 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seriyps committed Sep 21, 2021
1 parent 06c0b81 commit 00e2b34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:

strategy:
matrix:
otp_vsn: [20.3, 21.3, 22.3, 23.3, 24.0]
otp_vsn: [21.3, 22.3, 23.3, 24.0]
os: [ubuntu-latest]
profile: [test, ranch20]
profile: [test, ranch18, ranch20]
exclude:
- otp_vsn: 24.0 # ranch 1.x does not work on OTP24+
- otp_vsn: 24.0 # ranch 1.7 does not work on OTP24+
profile: test
- otp_vsn: 20.3 # ranch 2.x does not work on OTP20
profile: ranch20

container:
image: erlang:${{matrix.otp_vsn}}
Expand Down
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
]}
]}
]},
{ranch18,
[{deps, [{ranch, "1.8.0"}]}]},
{ranch20,
[{deps, [{ranch, "2.0.0"}]}]},
{test,
Expand Down

0 comments on commit 00e2b34

Please sign in to comment.