From 57a4943a5686324eb05f3b2493ebd55c027edd86 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Wed, 4 Sep 2019 15:18:06 +1000 Subject: [PATCH] travis: Add ghc 8.8.1 and update some others --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a2d420..42d814a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,9 @@ env: - GHCVER=7.10.3 - GHCVER=8.0.1 - GHCVER=8.2.2 - - GHCVER=8.4.3 - - GHCVER=8.6.1 + - GHCVER=8.4.4 + - GHCVER=8.6.5 + - GHCVER=8.8.1 before_install: - sudo add-apt-repository -y ppa:hvr/ghc