ci: Reenable testing against released X11, xmonad

This was temporarily disabled in 229d52ff07 and 086db3123b because we
couldn't keep xmonad-contrib backwards compatible with xmonad 0.15 any
more, but xmonad 0.17.0 is out now and we can try to stay compatible for
a while.
This commit is contained in:
Tomas Janousek
2021-10-28 17:19:32 +01:00
parent 0fde4c8848
commit 4a356cfc7c
3 changed files with 32 additions and 10 deletions

View File

@@ -12,10 +12,9 @@ jobs:
fail-fast: false
matrix:
include:
# XXX: temporarily disabled until xmonad 0.17 release
# - resolver: lts-12
# ghc: 8.4.4
# yaml: stack.yaml
- resolver: lts-12
ghc: 8.4.4
yaml: stack.yaml
- resolver: lts-12
ghc: 8.4.4
yaml: stack-master.yaml
@@ -25,12 +24,12 @@ jobs:
- resolver: lts-16
ghc: 8.8.4
yaml: stack-master.yaml
# - resolver: lts-17
# ghc: 8.10.4
# yaml: stack.yaml
- resolver: lts-17
ghc: 8.10.4
yaml: stack-master.yaml
- resolver: lts-18
ghc: 8.10.7
yaml: stack.yaml
- resolver: lts-18
ghc: 8.10.7
yaml: stack-master.yaml