Skip to content

Commit 203a8c6

Browse files
committed
CI: Add ghc-9.10 to the build matrix
1 parent d4ddff4 commit 203a8c6

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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ghc: ["8.10.7", "9.6.4", "9.8.1"]
14+
ghc: ["8.10.7", "9.6", "9.8", "9.10"]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616

1717
env:

0 commit comments

Comments
 (0)