diff options
| author | Charles Tapley Hoyt <[email protected]> | 2025-02-08 00:26:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-07 15:26:15 -0800 |
| commit | 1a3ea44f4fc53deccd1896d9f21a07a19af54cac (patch) | |
| tree | 9c280b5f9543147e3f1ad632522f48a6c0105f3d /.github/workflows | |
| parent | 7cfee5397511d3c59afd74bebf904670425e71df (diff) | |
Add testing on ghc v9.12 (#10598)
Use `--allow-newer` since dependencies are not yet updated
for latest base version.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
