ci: Add 9.4 and 9.6

Upgrade haskell/actions version
This commit is contained in:
Li-yao Xia 2023-03-13 23:39:50 +00:00 committed by Xia Li-yao
parent 81c1b31d4c
commit f472cda354
2 changed files with 7 additions and 3 deletions

View File

@ -21,6 +21,8 @@ jobs:
- "8.10"
- "9.0"
- "9.2"
- "9.4"
- "latest"
exclude:
- os: macOS-latest
ghc: 9.0
@ -36,6 +38,8 @@ jobs:
ghc: 8.2
- os: macOS-latest
ghc: 8.0
- os: windows-latest
ghc: 9.0
- os: windows-latest
ghc: 8.10
- os: windows-latest
@ -50,10 +54,10 @@ jobs:
ghc: 8.0
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
id: setup-haskell-cabal
name: Setup Haskell
with:

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, GHC == 9.2.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.7, GHC == 9.4.4, GHC == 9.6.1
library
hs-source-dirs: src