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
1 changed files with 4 additions and 4 deletions

View File

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