From 95e9a63dcb95996887a22848ed8583b571d500da Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 26 Feb 2024 16:12:39 +0100 Subject: [PATCH] CI: Don't run CT with OTP 27 until "Peer certificate rejected" gets solved --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 815780cf6..46585b205 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - otp: ['20.0', '25', '26', '27.0-rc1'] + otp: ['20.0', '25', '26'] runs-on: ubuntu-20.04 services: redis: