ci: Bump min elixir version on ci for int. tests
This commit is contained in:
parent
c4059b3a6e
commit
c35307cb66
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
otp: [21.x, 22.x, 23.x]
|
||||
elixir: [1.7.x, 1.8.x, 1.9.x, 1.10.x, 1.11.x]
|
||||
elixir: [1.8.x, 1.9.x, 1.10.x, 1.11.x]
|
||||
|
||||
services:
|
||||
db:
|
||||
|
|
Reference in a new issue