Add Elixir 1.13.2 to CI

This commit is contained in:
Marcel Otto 2022-01-21 20:34:12 +01:00
parent 08b2440f25
commit 94a9b99605
1 changed files with 5 additions and 1 deletions

View File

@ -23,9 +23,12 @@ jobs:
otp: 22.2
- pair:
elixir: 1.12.3
otp: 24.1.3
- pair:
elixir: 1.13.2
otp: 23.2.5
- pair:
elixir: 1.12.3
elixir: 1.13.2
otp: 24.1.3
lint: lint
steps:
@ -46,6 +49,7 @@ jobs:
if: ${{ matrix.lint }}
- run: mix deps.compile
- run: mix compile --warnings-as-errors
if: ${{ matrix.lint }}