mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
ci: Refresh tested-with
Related: fd243ca1c1
Related: https://github.com/xmonad/X11/pull/75
This commit is contained in:
parent
0c11288ea0
commit
6384cd04a4
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.3
|
||||
allow-failure: false
|
||||
- compiler: ghc-8.8.4
|
||||
|
@ -31,7 +31,7 @@ cabal-version: >= 1.8
|
||||
build-type: Simple
|
||||
bug-reports: https://github.com/xmonad/xmonad-contrib/issues
|
||||
|
||||
tested-with: GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.3
|
||||
tested-with: GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.3 || == 9.0.1
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
Loading…
x
Reference in New Issue
Block a user