Skip to content

Commit 25b31f7

Browse files
committed
Specify GHC versions to test by major verison only
1 parent 84b6973 commit 25b31f7

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
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ghc: ['9.4.3', '9.2.5', '9.0.2', '8.10.7']
17+
ghc: ['9.4', '9.2', '9.0', '8.10']
1818
# Unlikely that we'll succeed on windows and fail on macos,
1919
# including it is just burning CI time. But windows could have
2020
# path or IO issues, so worth including

0 commit comments

Comments
 (0)