ci: Test with GHC 8.10.4

This commit is contained in:
Tomas Janousek
2021-08-08 11:41:16 +01:00
parent 8de415743d
commit 73e4691ba7
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
include:
- compiler: ghc-9.0.1
allow-failure: false
- compiler: ghc-8.10.3
- compiler: ghc-8.10.4
allow-failure: false
- compiler: ghc-8.8.4
allow-failure: false

View File

@@ -31,7 +31,7 @@ cabal-version: >= 1.8
build-type: Simple
bug-reports: https://github.com/xmonad/xmonad-contrib/issues
tested-with: GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.3 || == 9.0.1
tested-with: GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.4 || == 9.0.1
source-repository head
type: git