mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-25 17:21:51 -07:00
ci: Reenable testing against released X11, xmonad
This was temporarily disabled in229d52ff07
and086db3123b
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:
13
.github/workflows/stack.yml
vendored
13
.github/workflows/stack.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user