25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Test also with recent Erlang/OTP 25.0-rc1

This commit is contained in:
Badlop 2022-02-22 12:11:21 +01:00
parent 35b8a042b8
commit 305792f409

View File

@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['19.3', '24']
otp: ['19.3', '24', '25.0-rc1']
include:
- otp: '19.3'
rebar: 2
@ -33,6 +33,9 @@ jobs:
- otp: '24'
rebar: 3
os: ubuntu-20.04
- otp: '25.0-rc1'
rebar: 3
os: ubuntu-20.04
runs-on: ${{ matrix.os }}
services:
redis:
@ -52,7 +55,7 @@ jobs:
shellcheck ejabberd.init.template
shellcheck -x ejabberdctl.template
- name: Get previous Erlang/OTP
- name: Get specific Erlang/OTP
uses: ErlGang/setup-erlang@master
if: matrix.otp != 24
with: