Skip to content

Commit 80d8721

Browse files
TMP: Disable <9.12 on CI
1 parent de224fd commit 80d8721

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ tests:
4747
# TODO: remove this when https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12264#note_602406
4848
# has landed in stable release
4949
SKIP_CLASH_FFI_EXAMPLE: "yes"
50-
RUN_TESTS: "always"
50+
RUN_TESTS: "nightly"
5151

5252
- GHC_VERSION: 9.6.7
53-
RUN_TESTS: "always"
53+
RUN_TESTS: "nightly"
5454

5555
- GHC_VERSION: [9.4.8, 9.2.8]
5656
RUN_TESTS: "nightly"
5757

5858
- GHC_VERSION: 9.0.2
5959
WORKAROUND_GHC_MMAP_CRASH: "yes"
60-
RUN_TESTS: "always"
60+
RUN_TESTS: "nightly"
6161

6262
- GHC_VERSION: [8.10.7]
6363
WORKAROUND_GHC_MMAP_CRASH: "yes"
64-
RUN_TESTS: "always"
64+
RUN_TESTS: "nightly"
6565

6666
stack-build:
6767
extends: .common-local

0 commit comments

Comments
 (0)