From ef3401ce0abac4a6334d16595c75c73c7ef5630c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 24 Dec 2025 11:12:20 -0700 Subject: CI: test with ghc 9.14. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3