mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
ci: Update to GHC 9.2.5
+ A new stackage LTS is out with GHC 9.2.5, so test for this. + Update the haskell-ci jobs accordingly from 9.2.4.
This commit is contained in:
parent
57b5055858
commit
0f69215fc8
8
.github/workflows/haskell-ci.yml
vendored
8
.github/workflows/haskell-ci.yml
vendored
@ -8,9 +8,9 @@
|
|||||||
#
|
#
|
||||||
# For more information, see https://github.com/haskell-CI/haskell-ci
|
# For more information, see https://github.com/haskell-CI/haskell-ci
|
||||||
#
|
#
|
||||||
# version: 0.15.20221009
|
# version: 0.15.202211107
|
||||||
#
|
#
|
||||||
# REGENDATA ("0.15.20221009",["github","cabal.project"])
|
# REGENDATA ("0.15.202211107",["github","cabal.project"])
|
||||||
#
|
#
|
||||||
name: Haskell-CI
|
name: Haskell-CI
|
||||||
on:
|
on:
|
||||||
@ -40,9 +40,9 @@ jobs:
|
|||||||
compilerVersion: 9.4.2
|
compilerVersion: 9.4.2
|
||||||
setup-method: ghcup
|
setup-method: ghcup
|
||||||
allow-failure: false
|
allow-failure: false
|
||||||
- compiler: ghc-9.2.4
|
- compiler: ghc-9.2.5
|
||||||
compilerKind: ghc
|
compilerKind: ghc
|
||||||
compilerVersion: 9.2.4
|
compilerVersion: 9.2.5
|
||||||
setup-method: ghcup
|
setup-method: ghcup
|
||||||
allow-failure: false
|
allow-failure: false
|
||||||
- compiler: ghc-9.0.2
|
- compiler: ghc-9.0.2
|
||||||
|
4
.github/workflows/stack.yml
vendored
4
.github/workflows/stack.yml
vendored
@ -23,8 +23,10 @@ jobs:
|
|||||||
- resolver: lts-18 # GHC 8.10
|
- resolver: lts-18 # GHC 8.10
|
||||||
yaml: stack-master.yaml
|
yaml: stack-master.yaml
|
||||||
- resolver: lts-19 # GHC 9.0
|
- resolver: lts-19 # GHC 9.0
|
||||||
|
yaml: stack-master.yaml
|
||||||
|
- resolver: lts-20 # GHC 9.2
|
||||||
yaml: stack.yaml
|
yaml: stack.yaml
|
||||||
- resolver: lts-19 # GHC 9.0
|
- resolver: lts-20 # GHC 9.2
|
||||||
yaml: stack-master.yaml
|
yaml: stack-master.yaml
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -38,7 +38,7 @@ cabal-version: 1.12
|
|||||||
build-type: Simple
|
build-type: Simple
|
||||||
bug-reports: https://github.com/xmonad/xmonad-contrib/issues
|
bug-reports: https://github.com/xmonad/xmonad-contrib/issues
|
||||||
|
|
||||||
tested-with: GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.4 || == 9.4.2
|
tested-with: GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.5 || == 9.4.2
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user