Skip to content

Commit

Permalink
CI: Add ghc-9.8 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Mar 3, 2024
1 parent ffc98e9 commit eaf6be1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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]
compiler-nix-name: [ghc810, ghc96, ghc98]
include:
# We want a single job, because macOS runners are scarce.
- os: macos-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{-# OPTIONS_GHC -Wno-x-partial #-}
#endif


module Test.Cardano.Db.Mock.Unit.Conway.InlineAndReference (
unlockDatumOutput,
unlockDatumOutputSameBlock,
Expand Down

0 comments on commit eaf6be1

Please sign in to comment.