From 2426c94d304e607ab750b4e4cf958900e1ccda93 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Sun, 13 Sep 2020 22:31:36 +0100 Subject: [PATCH] update version of OTP to 23.0.4 https://github.com/dwyl/fields/issues/76#issuecomment-691728127 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f4b5c8..459c35a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: elixir elixir: -- 1.10.2 +- 1.10.4 otp_release: -- 22.1.8 +- 23.0.4 env: global: - MIX_ENV=test