ci: Add 9.2

This commit is contained in:
Li-yao Xia 2021-11-22 18:45:48 -05:00 committed by Xia Li-yao
parent 85f9cc8993
commit 4a2a3261e6
2 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,10 @@ jobs:
- "8.8"
- "8.10"
- "9.0"
- "9.2"
exclude:
- os: macOS-latest
ghc: 9.0
- os: macOS-latest
ghc: 8.10
- os: macOS-latest
@ -95,7 +98,7 @@ jobs:
strategy:
matrix:
stack: ["latest"]
ghc: ["8.10"]
ghc: ["9.2"]
steps:
- uses: actions/checkout@v2

View File

@ -23,7 +23,7 @@ category: Generics, Testing
build-type: Simple
extra-source-files: README.md CHANGELOG.md
cabal-version: >=1.10
tested-with: GHC == 8.4.1, GHC == 8.6.1, GHC == 8.8.4, GHC == 8.10.5, GHC == 9.0.1
tested-with: GHC == 8.4.1, GHC == 8.6.1, GHC == 8.8.4, GHC == 8.10.5, GHC == 9.0.1, GHC == 9.2.1
library
hs-source-dirs: src