Skip to content

Commit 1d570e3

Browse files
angermancoot
authored andcommitted
Add ghc 9.6.1 to the matrix
1 parent ca55bf0 commit 1d570e3

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.2.7", "9.4.4"]
15+
ghc: ["8.10.7", "9.2.7", "9.4.4", "9.6.1"]
1616
cabal: ["3.8.1.0"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

0 commit comments

Comments
 (0)