From d2557111afc9078e8db5743ced63db35ccd4da9f Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 27 Jul 2022 18:26:24 +0200 Subject: [PATCH] Apparently fusco (for ejabberd_auth_http) requires at least 21.3 --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fbe0e5..c5fb3df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,9 @@ jobs: strategy: fail-fast: false matrix: - otp: ['20.3', '21.3', '24.3', '25'] + otp: ['21.3', '24.3', '25'] rebar: ['rebar3'] include: - - otp: '20.3' - os: ubuntu-20.04 - otp: '21.3' os: ubuntu-20.04 - otp: '24.3'