Skip to content

Commit

Permalink
Merge pull request #92 from paulo-ferraz-oliveira/fix/gha
Browse files Browse the repository at this point in the history
Prevent cowboy from breaking CI
  • Loading branch information
Brujo Benavides authored Jan 15, 2021
2 parents 164cc6c + 17e4e6d commit 314ac76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
image: erlang:${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: [19.3, 20.3, 21.3, 22.3, 23.2]
otp_vsn: [21.3, 22.3, 23.2]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 314ac76

Please sign in to comment.