mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-22 22:14:21 +03:00
Add 9.0.2 to CI
This commit is contained in:
parent
0d0283948d
commit
6632678e2f
9
.github/workflows/haskell-ci.yml
vendored
9
.github/workflows/haskell-ci.yml
vendored
@ -8,9 +8,9 @@
|
||||
#
|
||||
# For more information, see https://github.com/haskell-CI/haskell-ci
|
||||
#
|
||||
# version: 0.13.20211116
|
||||
# version: 0.14
|
||||
#
|
||||
# REGENDATA ("0.13.20211116",["github","--config=cabal.haskell-ci","cabal.project"])
|
||||
# REGENDATA ("0.14",["github","--config=cabal.haskell-ci","cabal.project"])
|
||||
#
|
||||
name: Haskell-CI
|
||||
on:
|
||||
@ -37,6 +37,11 @@ jobs:
|
||||
compilerVersion: 9.2.1
|
||||
setup-method: ghcup
|
||||
allow-failure: false
|
||||
- compiler: ghc-9.0.2
|
||||
compilerKind: ghc
|
||||
compilerVersion: 9.0.2
|
||||
setup-method: ghcup
|
||||
allow-failure: false
|
||||
- compiler: ghc-8.10.7
|
||||
compilerKind: ghc
|
||||
compilerVersion: 8.10.7
|
||||
|
@ -18,7 +18,7 @@ description: An easy to use, performant extensible effects library with seamless
|
||||
|
||||
extra-source-files: CHANGELOG.md
|
||||
|
||||
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.2.1
|
||||
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.1
|
||||
|
||||
bug-reports: https://github.com/arybczak/effectful/issues
|
||||
source-repository head
|
||||
|
@ -20,7 +20,7 @@ description: An easy to use, performant extensible effects library with seamless
|
||||
|
||||
extra-source-files: CHANGELOG.md
|
||||
|
||||
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.2.1
|
||||
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.1
|
||||
|
||||
bug-reports: https://github.com/arybczak/effectful/issues
|
||||
source-repository head
|
||||
|
Loading…
Reference in New Issue
Block a user