ci: Refresh tested-with

Related: fd243ca1c1
Related: https://github.com/xmonad/X11/pull/75
This commit is contained in:
Tomas Janousek 2021-05-23 18:43:39 +01:00
parent 0c11288ea0
commit 6384cd04a4
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.0.1
allow-failure: false
- compiler: ghc-8.10.3
allow-failure: false
- compiler: ghc-8.8.4

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
tested-with: GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.3 || == 9.0.1
source-repository head
type: git