Add Elixir 1.13.1 to CI
This commit is contained in:
parent
c493bc4066
commit
8e17beff71
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue