ci: Build with GHC 9.6.4 via Cabal

This confirms that building with GHC 9.6.x works already, even if we can't
switch to it for the nix and stack builds, yet.
This commit is contained in:
Wolfgang Walther
2024-01-25 21:27:17 +01:00
committed by Wolfgang Walther
parent 2e298824d6
commit 2ffb97991d
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ jobs:
Build-Cabal:
strategy:
matrix:
ghc: ['9.4.8']
ghc: ['9.4.8', '9.6.4']
fail-fast: false
name: Build Linux (Cabal, GHC ${{ matrix.ghc }})
runs-on: ubuntu-latest