Skip to content

Commit

Permalink
chore: include 9.6 and 9.8 to GHC matrix (#38)
Browse files Browse the repository at this point in the history
* misc: update matrix and action

* misc: update tested-with .cabal
  • Loading branch information
cptrodolfox authored Feb 16, 2024
1 parent 1bba404 commit 5f28b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4']
ghc: ['8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Haskell tooling
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: "3.6"
Expand Down
2 changes: 2 additions & 0 deletions cassava-megaparsec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cabal-version: 2.0
name: cassava-megaparsec
version: 2.1.0
tested-with:
GHC==9.8.1
GHC==9.6.3
GHC==9.4.4
GHC==9.2.5
GHC==9.0.2
Expand Down

0 comments on commit 5f28b2f

Please sign in to comment.