Skip to content

Commit a64dec0

Browse files
committed
CI: Add ghc 9.12 to the build matrix
1 parent a8aaf52 commit a64dec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest]
2222
# TODO: Add ghc910 when input-output-hk/devx is fixed
23-
compiler-nix-name: [ghc810, ghc96, ghc98]
23+
compiler-nix-name: [ghc810, ghc96, ghc98, ghc912]
2424
include:
2525
# We want a single job, because macOS runners are scarce.
2626
- os: macos-latest

0 commit comments

Comments
 (0)