summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-02 10:12:20 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-02 10:12:43 -0400
commit94aac9af5627d86a3ce125481f8d7d3efe3c7c83 (patch)
tree3e5b11483d44eb67bc44184fe72835436b510559
parenta1bf3413f850d0e8a68ecab6ee7f18f18b67ea56 (diff)
downloadhaskell-wip/bump-windows-ghc.tar.gz
gitlab-ci: Use GHC 8.6.5 for Windows CI buildswip/bump-windows-ghc
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 76ce870b45..925ff1bc2a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -552,14 +552,14 @@ validate-x86_64-linux-fedora27:
cache:
paths:
- cabal-cache
- - ghc-8.6.2
+ - ghc-8.6.5
- ghc-tarballs
.build-windows-hadrian:
extends: .build-windows
stage: full-build
variables:
- GHC_VERSION: "8.6.2"
+ GHC_VERSION: "8.6.5"
# due to #16574 this currently fails
allow_failure: true
script:
@@ -601,7 +601,7 @@ nightly-i386-windows-hadrian:
allow_failure: true
variables:
BUILD_FLAVOUR: "quick"
- GHC_VERSION: "8.6.2"
+ GHC_VERSION: "8.6.5"
BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-mingw32.tar.xz"
script:
- |