Skip to content

Commit 7d920cb

Browse files
committed
CI: Add ghc-9.14 to build matirx
1 parent e7fb020 commit 7d920cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
ghc: ["9.6.7", "9.10.3", "9.12.2"]
41+
ghc: ["9.6.7", "9.10.3", "9.12.2", "9.14.1"]
4242
variant: [default, no-thunks]
4343
test-set: [all, no-thunks-safe]
4444
exclude:
@@ -50,7 +50,7 @@ jobs:
5050
# Modify this value to "invalidate" the Cabal cache.
5151
CABAL_CACHE_VERSION: "2024-07-04"
5252

53-
CABAL: "3.12.1.0"
53+
CABAL: "3.16.1.0"
5454

5555
steps:
5656
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)