Skip to content

Commit 261cabf

Browse files
committed
CI: Temporarily remove GHC-9.10 from build matrix
1 parent ae9d449 commit 261cabf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest]
22-
compiler-nix-name: [ghc810, ghc96, ghc98, ghc910]
22+
# TODO: Add ghc910 when input-output-hk/devx is fixed
23+
compiler-nix-name: [ghc810, ghc96, ghc98]
2324
include:
2425
# We want a single job, because macOS runners are scarce.
2526
- os: macos-latest

0 commit comments

Comments
 (0)