Skip to content

Commit cd80eb0

Browse files
authored
Add GHC 9.10 to CI checks (#22)
1 parent 7a8a9ed commit cd80eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cabal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ghc-version: ["8.6", "8.8", "8.10", "9.4", "9.6", "9.8", "9.12"]
13+
ghc-version: ["8.6", "8.8", "8.10", "9.4", "9.6", "9.8", "9.10", "9.12"]
1414
cabal-version: ["3.12"]
1515
cache-version: ["2025-01-01"]
1616
steps:

0 commit comments

Comments
 (0)