24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

OTP 24 means whatever version provided by Actions... nowadays it's 24.1

This commit is contained in:
Badlop 2021-12-08 17:31:05 +01:00
parent 0f9a0156c6
commit e10f2a9e47

View File

@ -25,12 +25,12 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['19.3', '24.0']
otp: ['19.3', '24']
include:
- otp: '19.3'
rebar: 2
os: ubuntu-18.04
- otp: '24.0'
- otp: '24'
rebar: 3
os: ubuntu-20.04
runs-on: ${{ matrix.os }}
@ -46,7 +46,7 @@ jobs:
- name: Get previous Erlang/OTP
uses: ErlGang/setup-erlang@master
if: matrix.otp != 24.0
if: matrix.otp != 24
with:
otp-version: ${{ matrix.otp }}
@ -169,7 +169,7 @@ jobs:
run: find logs/ -name exunit.log -exec cat '{}' ';'
- name: Send to coveralls
if: matrix.otp == 24.0
if: matrix.otp == 24
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |