mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-25 17:21:51 -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
|
||||
matrix:
|
||||
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']
|
||||
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user