Skip to content

Commit

Permalink
Bump ghc versions in CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew committed Jan 12, 2024
1 parent f69cd53 commit e95a606
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.4', '9.4.2', '9.6.1']
ghc: ['8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.8', '9.6.3']
fail-fast: false

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

0 comments on commit e95a606

Please sign in to comment.