Apparently fusco (for ejabberd_auth_http) requires at least 21.3
This commit is contained in:
parent
813a93faff
commit
d2557111af
|
@ -21,11 +21,9 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
otp: ['20.3', '21.3', '24.3', '25']
|
otp: ['21.3', '24.3', '25']
|
||||||
rebar: ['rebar3']
|
rebar: ['rebar3']
|
||||||
include:
|
include:
|
||||||
- otp: '20.3'
|
|
||||||
os: ubuntu-20.04
|
|
||||||
- otp: '21.3'
|
- otp: '21.3'
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
- otp: '24.3'
|
- otp: '24.3'
|
||||||
|
|
Loading…
Reference in New Issue