summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-02 10:12:20 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-02 22:55:18 -0400
commit799b1d26977b5841aa580e07c8f8e65356eed785 (patch)
tree9bc4b755b174f26d49a6d1dd8cc0d00f2b82a9a6
parentc4f94320a7048a7f263d8d952d4e12cc0227cf72 (diff)
downloadhaskell-799b1d26977b5841aa580e07c8f8e65356eed785.tar.gz
gitlab-ci: Use GHC 8.6.5 for Windows CI builds
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab88747b69..f42ce61d7a 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:
- |