Skip to content

Commit e2c9ecd

Browse files
committed
ci: test more haskell versions
1 parent 678b566 commit e2c9ecd

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
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: [windows-latest, macos-latest, ubuntu-latest]
29-
ghc-version: ["9.6", "9.4", "9.2", "9.0"]
29+
ghc-version: ["9.12", "9.10", "9.8", "9.6", "9.4", "9.2", "9.0"]
3030

3131
steps:
3232
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)