Skip to content

Commit 505c102

Browse files
committed
gitlab-ci: Add 9.2.1 job for windows
9.2.2 is broken (https://gitlab.haskell.org/ghc/ghc/-/issues/21196)
1 parent febe8e5 commit 505c102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ variables:
1919
CABAL_PROJECT: cabal.project
2020
- GHC_VERSION: 9.0.2
2121
CABAL_PROJECT: cabal-ghc90.project
22+
- GHC_VERSION: 9.2.1
23+
CABAL_PROJECT: cabal-ghc92.project
2224
- GHC_VERSION: 9.2.2
2325
CABAL_PROJECT: cabal-ghc92.project
2426

0 commit comments

Comments
 (0)