Add 9.0.2 to CI

This commit is contained in:
Andrzej Rybczak 2022-01-06 12:19:29 +01:00
parent 0d0283948d
commit 6632678e2f
3 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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