Skip to content

Commit 0496d99

Browse files
erikdnewhoggy
authored andcommitted
CI: Add ghc-9,.10 to the build matrix
1 parent 1d4468c commit 0496d99

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: ["9.2.8", "9.6.5", "9.8.2"]
28+
ghc: ["9.2.8", "9.6.5", "9.8.2", "9.10.1"]
2929
os: [ubuntu-latest, macos-latest, windows-latest]
3030
cabal: ["3.10.3.0"]
3131

0 commit comments

Comments
 (0)