Skip to content

Commit 864833e

Browse files
erikdnewhoggy
authored andcommitted
CI: Add ghc-9.8.1 to build matrix
1 parent f56db28 commit 864833e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
ghc: ["8.10.7", "9.2.7", "9.6.1"]
28+
ghc: ["8.10.7", "9.2.7", "9.6.3", "9.8.1"]
2929
os: [ubuntu-latest, macos-latest, windows-latest]
3030
cabal: ["3.10.1.0"]
3131

0 commit comments

Comments
 (0)