summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-03-30 11:08:59 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2023-04-01 12:58:57 +0100
commit125773b613b3333d3c3229067cb3515c8f7c7c4f (patch)
treebb2815085b0241b350ac77ae8a66f0b2514b63c6
parent7628ad37434c11950243a9ce0aabc65c19ffb171 (diff)
downloadhaskell-wip/bootstrap-9_6.tar.gz
ci: Add job to test 9.6 bootstrappingwip/bootstrap-9_6
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed4b42a3aa..4c90ea684e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ variables:
GIT_SSL_NO_VERIFY: "1"
# Commit of ghc/ci-images repository from which to pull Docker images
- DOCKER_REV: b58ecd021c2533f0f0d0b1c9109200a69506d2b7
+ DOCKER_REV: ae60a90db673e679399286e3b63c21c8e7a9a9b9
# Sequential version number of all cached things.
# Bump to invalidate GitLab CI cache.
@@ -86,6 +86,8 @@ workflow:
DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_2:$DOCKER_REV"
- GHC_VERSION: 9.4.3
DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
+ - GHC_VERSION: 9.6.1
+ DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10-ghc9_6:$DOCKER_REV"
# Allow linters to fail on draft MRs.
# This must be explicitly transcluded in lint jobs which