Skip to content

Commit

Permalink
Revert "CI: Don't run CT with OTP 27 until "Peer certificate rejected…
Browse files Browse the repository at this point in the history
…" gets solved"

This recent fix in fast_tls solves the problem:
processone/fast_tls@528d975

This reverts commit 95e9a63.
  • Loading branch information
badlop committed Feb 26, 2024
1 parent aa92516 commit 9e31f77
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 @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['20.0', '25', '26']
otp: ['20.0', '25', '26', '27.0-rc1']
runs-on: ubuntu-20.04
services:
redis:
Expand Down

0 comments on commit 9e31f77

Please sign in to comment.