Add Elixir 1.11.1 to CI
This commit is contained in:
parent
217139deae
commit
9d2e25eb49
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -33,10 +33,12 @@ jobs:
|
|||
matrix:
|
||||
pair:
|
||||
- erlang: 23.1
|
||||
elixir: 1.10.4
|
||||
elixir: 1.11.1
|
||||
- erlang: 22.2
|
||||
elixir: 1.10.4
|
||||
elixir: 1.11.1
|
||||
- erlang: 21.3
|
||||
elixir: 1.11.1
|
||||
- erlang: 22.2
|
||||
elixir: 1.10.4
|
||||
- erlang: 21.3
|
||||
elixir: 1.9.4
|
||||
|
|
Loading…
Reference in a new issue