aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-12-24 11:12:20 -0700
committerJohn MacFarlane <[email protected]>2025-12-24 11:12:20 -0700
commitef3401ce0abac4a6334d16595c75c73c7ef5630c (patch)
tree7e891bed6fc559c8c11f35802bdbf73e3ca1dbff /.github/workflows
parent83692bbc50d46e157126099da84233deb6dc6574 (diff)
CI: test with ghc 9.14.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6ff8f654a..4359e1efe 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -59,6 +59,9 @@ jobs:
- ghc: '9.12'
cabal: 'latest'
cabalopts: '--ghc-option=-Werror'
+ - ghc: '9.14'
+ cabal: 'latest'
+ cabalopts: '--ghc-option=-Werror'
steps:
- uses: actions/checkout@v6