Don't use ghc-8.8.3 for windows cabal

This commit is contained in:
jneira 2020-04-09 15:57:38 +02:00
parent b580f7bd4b
commit 49c76b919e

View File

@ -7,8 +7,8 @@ jobs:
matrix:
# ghc versions 8.8.1 and 8.8.2 are not usable in windows
# due to https://gitlab.haskell.org/ghc/ghc/issues/17575
ghc-8.8.3:
GHC_VERSION: "8.8.3"
# ghc-8.8.3 throws segfaults in ci envs so we can't use it neither
# due to https://gitlab.haskell.org/ghc/ghc/issues/17926
ghc-8.6.5:
GHC_VERSION: "8.6.5"
ghc-8.4.4: