mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 04:31:53 -07:00
ci: Refresh tested-with
Related: https://github.com/xmonad/X11/pull/75 Related: https://github.com/xmonad/xmonad/issues/283
This commit is contained in:
2
.github/workflows/haskell-ci.yml
vendored
2
.github/workflows/haskell-ci.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- compiler: ghc-9.0.1
|
||||
allow-failure: false
|
||||
- compiler: ghc-8.10.4
|
||||
allow-failure: false
|
||||
- compiler: ghc-8.8.4
|
||||
|
11
.github/workflows/stack.yml
vendored
11
.github/workflows/stack.yml
vendored
@@ -6,13 +6,16 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: CI
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Stack CI - Linux - ${{ matrix.resolver }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
resolver: [lts-16, lts-15, lts-14, lts-12]
|
||||
include:
|
||||
- resolver: lts-12
|
||||
- resolver: lts-14
|
||||
- resolver: lts-16
|
||||
- resolver: lts-17
|
||||
|
||||
steps:
|
||||
- name: Clone project
|
||||
|
Reference in New Issue
Block a user