Skip to content

Commit 3257f7d

Browse files
committed
CI: Add ghc-9.6.1 to build matrix
1 parent 5c1bfd0 commit 3257f7d

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.2.7", "9.4.4"]
14+
ghc: ["8.10.7", "9.2.7", "9.4.4", "9.6.1"]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616

1717
env:

0 commit comments

Comments
 (0)