Skip to content

Commit 8b976a8

Browse files
committed
build(ci): Remove ghc 8.10 Add 9.10
1 parent 1083844 commit 8b976a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/haskell.yml

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

0 commit comments

Comments
 (0)