Skip to content

Commit 122448b

Browse files
committed
CI: Add ghc-9.10 to the build matrix
1 parent 9553558 commit 122448b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ghc: ["8.10.7", "9.6.4", "9.8.1"]
15-
os: [ubuntu-latest, macos-latest, windows-latest]
14+
ghc: ["8.10.7", "9.6", "9.8", "9.10"]
15+
os: [ubuntu-latest, macos-13, windows-latest]
1616

1717
env:
1818
# Modify this value to "invalidate" the cabal cache.

0 commit comments

Comments
 (0)