Skip to content

Commit 0042146

Browse files
committed
Reduce number of tests
1 parent 0468451 commit 0042146

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
# from here (so that is no longer cached) also remove ./materialized/ghcXXX.
6767
# Update supported-ghc-versions.md to reflect any changes made here.
6868
nixpkgs.lib.optionalAttrs (builtins.elem nixpkgsName ["R2411" "R2505"]) {
69-
ghc96 = true;
70-
ghc98 = true;
71-
ghc910 = true;
72-
ghc912 = true;
69+
ghc96 = false;
70+
ghc98 = false;
71+
ghc910 = false;
72+
ghc912 = false;
7373
} // nixpkgs.lib.optionalAttrs (nixpkgsName == "unstable") {
7474
ghc96 = true;
7575
ghc98 = true;

0 commit comments

Comments
 (0)