Skip to content

Commit

Permalink
CI: Add ghc-9.10 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Sep 18, 2024
1 parent f759244 commit 52e854d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
compiler-nix-name: [ghc810, ghc96, ghc98]
compiler-nix-name: [ghc810, ghc96, ghc98, ghc910]
include:
# We want a single job, because macOS runners are scarce.
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
let
compilers =
if (system == "x86_64-linux") then
["ghc96" "ghc98"]
["ghc96" "ghc98" "ghc910"]
else
["ghc98"];
in
Expand Down

0 comments on commit 52e854d

Please sign in to comment.