diff options
Diffstat (limited to '.github')
| -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 |
