CI: Update to test latest OTP 25.0-rc3

This commit is contained in:
Badlop 2022-04-27 13:30:17 +02:00
parent 5e2aca8138
commit c5f9652019
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['19.3', '24', '25.0-rc1']
otp: ['19.3', '24', '25.0-rc3']
include:
- otp: '19.3'
rebar: 2
@ -33,7 +33,7 @@ jobs:
- otp: '24'
rebar: 3
os: ubuntu-20.04
- otp: '25.0-rc1'
- otp: '25.0-rc3'
rebar: 3
os: ubuntu-20.04
runs-on: ${{ matrix.os }}