Runtime: Add Elixir 1.14 to the test matrix

This commit is contained in:
Badlop 2022-11-14 13:17:03 +01:00
parent 6fcfe80a65
commit 196eca2dc4
1 changed files with 5 additions and 1 deletions

View File

@ -109,12 +109,16 @@ jobs:
fail-fast: false
matrix:
otp: ['21.3', '22.0', '25.0']
elixir: ['1.10.3', '1.11.4', '1.12.3', '1.13.0']
elixir: ['1.10.3', '1.11.4', '1.12.3', '1.13.0', '1.14.0']
exclude:
- otp: '21.3'
elixir: '1.12.3'
- otp: '21.3'
elixir: '1.13.0'
- otp: '21.3'
elixir: '1.14.0'
- otp: '22.0'
elixir: '1.14.0'
- otp: '25.0'
elixir: '1.10.3'
- otp: '25.0'