ci: build with cabal and GHC 9.12.3

This commit is contained in:
Wolfgang Walther
2026-04-19 17:50:23 +00:00
parent 43447ed711
commit 49a16fe505
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ jobs:
cabal:
strategy:
matrix:
ghc: ['9.6.7', '9.8.4', '9.10.3']
ghc: ['9.6.7', '9.8.4', '9.10.3', '9.12.3']
fail-fast: false
name: Cabal - Linux x86-64 - GHC ${{ matrix.ghc }}
runs-on: ubuntu-24.04