Skip to content

Commit 3feaca1

Browse files
erikdjorisdral
authored andcommitted
CI: Add ghc 9.10 t0 the build matrix
1 parent f9c0d6a commit 3feaca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
ghc: ["8.10.7", "9.2.8", "9.4.8", "9.6.4", "9.8.2"]
25+
ghc: ["8.10.7", "9.2.8", "9.4.8", "9.6.4", "9.8.2", "9.10.1"]
2626
cabal: ["3.10.3.0"]
2727
os: [ubuntu-latest, windows-latest, macOS-13]
2828

0 commit comments

Comments
 (0)