Update workflows to Erlang 25

This commit is contained in:
Badlop 2022-06-09 22:15:53 +02:00
parent a89b1f332d
commit a30d8c718f
2 changed files with 9 additions and 7 deletions

View File

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

View File

@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['19.3', '21.3', '22.0', '24.3', '25.0-rc3']
otp: ['19.3', '21.3', '22.0', '24.3', '25']
rebar: ['rebar', 'rebar3']
include:
- otp: '19.3'
@ -42,7 +42,7 @@ jobs:
os: ubuntu-20.04
- otp: '24.3'
os: ubuntu-20.04
- otp: '25.0-rc3'
- otp: '25'
os: ubuntu-20.04
runs-on: ${{ matrix.os }}
container:
@ -110,17 +110,19 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['21.3', '22.0', '24.3']
otp: ['21.3', '22.0', '25.0']
elixir: ['1.10.3', '1.11.4', '1.12.3', '1.13.0']
exclude:
- otp: '21.3'
elixir: '1.12.3'
- otp: '21.3'
elixir: '1.13.0'
- otp: '24.3'
- otp: '25.0'
elixir: '1.10.3'
- otp: '24.3'
- otp: '25.0'
elixir: '1.11.4'
- otp: '25.0'
elixir: '1.12.3'
runs-on: ubuntu-20.04
steps: