From 1a3ea44f4fc53deccd1896d9f21a07a19af54cac Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Sat, 8 Feb 2025 00:26:15 +0100 Subject: Add testing on ghc v9.12 (#10598) Use `--allow-newer` since dependencies are not yet updated for latest base version. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1eaf85578..35e5f5eca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,10 @@ jobs: cabal: 'latest' cabalopts: '' ghcopts: '' + - ghc: '9.12' + cabal: 'latest' + cabalopts: '--allow-newer' + ghcopts: '' steps: - uses: actions/checkout@v4 -- cgit v1.2.3