Skip to content

Commit 41e959c

Browse files
committed
add ghc 9.10.2 to workflows checks
add ghc 9.10 to workflows checks
1 parent 2bdeb4d commit 41e959c

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ghc: ["8.10.7", "9.6.5"]
15+
ghc: ["8.10.7", "9.6.5", "9.10"]
1616
os: [ubuntu-latest, macos-latest, windows-latest]
1717
# GHC versions older than ghc-9.2 are not supported on macos-latest
1818
exclude:

0 commit comments

Comments
 (0)