Skip to content

Commit

Permalink
CI: Remove ghc-8.4 (oldest) from the build matrix
Browse files Browse the repository at this point in the history
This version of GHC has a base library version that cause a compile
failure in the shakespeare library.
  • Loading branch information
erikd committed Aug 16, 2024
1 parent 74be31c commit 55edc47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
matrix:
cabal: ["3.10"]
ghc:
- "8.4.4"
- "8.6.5"
- "8.8.4"
- "8.10.7"
Expand Down

0 comments on commit 55edc47

Please sign in to comment.