ci: Build with GHC 9.8.1 via Cabal

This commit is contained in:
Wolfgang Walther
2024-01-25 21:27:17 +01:00
committed by Wolfgang Walther
parent 2ffb97991d
commit d75be243ac
4 changed files with 46 additions and 14 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ jobs:
Build-Cabal:
strategy:
matrix:
ghc: ['9.4.8', '9.6.4']
ghc: ['9.4.8', '9.6.4', '9.8.1']
fail-fast: false
name: Build Linux (Cabal, GHC ${{ matrix.ghc }})
runs-on: ubuntu-latest