ci: build with cabal and GHC 9.10.3

This commit is contained in:
Wolfgang Walther
2026-04-19 10:07:14 +00:00
parent be7a42ff30
commit 1f70e42d3b
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ jobs:
cabal:
strategy:
matrix:
ghc: ['9.6.7', '9.8.4']
ghc: ['9.6.7', '9.8.4', '9.10.3']
fail-fast: false
name: Cabal - Linux x86-64 - GHC ${{ matrix.ghc }}
runs-on: ubuntu-24.04