Apparently fusco (for ejabberd_auth_http) requires at least 21.3

This commit is contained in:
Badlop 2022-07-27 18:26:24 +02:00
parent 813a93faff
commit d2557111af
1 changed files with 1 additions and 3 deletions

View File

@ -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'