Skip to content

Commit

Permalink
Add ghc 9.8.2 to the CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew committed Mar 15, 2024
1 parent eb381db commit 3e88ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.8', '9.6.3']
ghc: ['8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.8', '9.6.4', '9.8.2']
fail-fast: false

name: Build with GHC ${{ matrix.ghc }}
Expand Down

0 comments on commit 3e88ed4

Please sign in to comment.