Skip to content

Fix .gitlab-ci.yml to use gitlab-ci 0.8.0

Horizon Bot requested to merge fix-gitlab-ci-yml-ghc-9.6.x into lts/ghc-9.6.x

The nix/ci.nix was updated to use gitlab-ci 0.8.0 with cachix enabled, but .gitlab-ci.yml was still pointing to 0.3.0. This caused cachix jobs not to run.

Merge request reports