mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-05 06:31:53 -07:00
ci: Add lts-17 and nightly
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -14,7 +14,13 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
resolver: [lts-16, lts-15, lts-14, lts-12]
|
resolver:
|
||||||
|
- nightly
|
||||||
|
- lts-17
|
||||||
|
- lts-16
|
||||||
|
- lts-15
|
||||||
|
- lts-14
|
||||||
|
- lts-12
|
||||||
yaml: ['stack.yaml', 'stack-master.yaml']
|
yaml: ['stack.yaml', 'stack-master.yaml']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user