Skip to content

Commit e874f6f

Browse files
erikdsgillespie
authored andcommitted
CI: Add ghc-9.10 to the build matrix
1 parent 3f79f38 commit e874f6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest]
22-
compiler-nix-name: [ghc810, ghc96, ghc98]
22+
compiler-nix-name: [ghc810, ghc96, ghc98, ghc910]
2323
include:
2424
# We want a single job, because macOS runners are scarce.
2525
- os: macos-latest

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
let
147147
compilers =
148148
if (system == "x86_64-linux") then
149-
["ghc96" "ghc98"]
149+
["ghc96" "ghc98" "ghc910"]
150150
else
151151
["ghc98"];
152152
in

0 commit comments

Comments
 (0)