Add Elixir 1.13.1 to CI

This commit is contained in:
Marcel Otto 2021-12-15 23:27:29 +01:00
parent c493bc4066
commit 8e17beff71

View file

@ -27,6 +27,9 @@ jobs:
- pair:
elixir: 1.12.3
otp: 24.1.3
- pair:
elixir: 1.13.1
otp: 24.1.3
lint: lint
steps:
- uses: actions/checkout@v2