Skip to content

Commit

Permalink
add ghc 98 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
parsonsmatt committed Jan 2, 2024
1 parent 94d27de commit 251fac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
cabal: ["3.8.1.0"]
ghc: ["8.6.5", "8.8.4", "8.10.4", "9.0.2", "9.2.2", "9.4.5", "9.6.2"]
ghc: ["8.6.5", "8.8.4", "8.10.4", "9.0.2", "9.2.2", "9.4.5", "9.6.2", "9.8"]
env:
CONFIG: "--enable-tests --enable-benchmarks "
steps:
Expand Down

0 comments on commit 251fac4

Please sign in to comment.