mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
Re-enable lts based testing
This commit is contained in:
parent
002326ceb1
commit
e12d0be1b2
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
resolver: [nightly]
|
||||
resolver: [lts-16, lts-15, lts-14, lts-12]
|
||||
|
||||
steps:
|
||||
- name: Clone project
|
||||
|
11
stack.yaml
11
stack.yaml
@ -1,19 +1,10 @@
|
||||
resolver: nightly-2021-01-05
|
||||
|
||||
flags:
|
||||
xmonad:
|
||||
generatemanpage: true
|
||||
resolver: lts-16.22
|
||||
|
||||
packages:
|
||||
- ./
|
||||
|
||||
extra-deps:
|
||||
- X11-1.9.2
|
||||
- pandoc-2.11.3.2
|
||||
- citeproc-0.3.0.3
|
||||
- commonmark-0.1.1.2
|
||||
- commonmark-extensions-0.2.0.4
|
||||
- commonmark-pandoc-0.2.0.1
|
||||
|
||||
nix:
|
||||
packages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user