diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2023-03-30 11:08:59 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-04-03 08:15:58 -0400 |
commit | c2605e25bb166245310a13386e7f77915e9c2c3f (patch) | |
tree | 932b45f6f18cdde3f164423b885d6b0d4f7f5781 /.gitlab-ci.yml | |
parent | 2b2afff3ac8de85e7a035b71ab3890b8eed760c9 (diff) | |
download | haskell-c2605e25bb166245310a13386e7f77915e9c2c3f.tar.gz |
ci: Add job to test 9.6 bootstrapping
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
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 |