Skip to content

Commit

Permalink
Use ghc 9.6.2 instead of 9.6.1 in CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew committed Sep 21, 2023
1 parent 9c14946 commit 6aff522
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.4', '9.4.2', '9.6.2']
fail-fast: false

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

0 comments on commit 6aff522

Please sign in to comment.