ci: Update to GHC 9.4.3

This commit is contained in:
Tomas Janousek 2022-11-27 17:37:40 +00:00
parent 10c1a93963
commit 0bd43c072f
2 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- compiler: ghc-9.4.2 - compiler: ghc-9.4.3
compilerKind: ghc compilerKind: ghc
compilerVersion: 9.4.2 compilerVersion: 9.4.3
setup-method: ghcup setup-method: ghcup
allow-failure: false allow-failure: false
- compiler: ghc-9.2.5 - compiler: ghc-9.2.5

View File

@ -38,7 +38,7 @@ cabal-version: 1.12
build-type: Simple build-type: Simple
bug-reports: https://github.com/xmonad/xmonad-contrib/issues bug-reports: https://github.com/xmonad/xmonad-contrib/issues
tested-with: GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.5 || == 9.4.2 tested-with: GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.5 || == 9.4.3
source-repository head source-repository head
type: git type: git