Skip to content

Commit

Permalink
Test GHC 9.6 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Mar 13, 2023
1 parent 728d9d8 commit ab84a2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4']
ghc: ['8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6']
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
Expand Down
10 changes: 9 additions & 1 deletion rrb-vector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ extra-source-files:
CHANGELOG.md
README.md
cabal-version: 2.0
tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.5, GHC == 9.4.4
tested-with:
GHC == 8.4.4
GHC == 8.6.5
GHC == 8.8.4
GHC == 8.10.7
GHC == 9.0.2
GHC == 9.2.7
GHC == 9.4.4
GHC == 9.6.1

source-repository head
type: git
Expand Down

0 comments on commit ab84a2b

Please sign in to comment.