Skip to content

Commit

Permalink
GH action: add 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Aug 22, 2023
1 parent e50fb50 commit 9c8c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4', '8.2', '8.0']
ghc: ['9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4', '8.2', '8.0']
name: Haskell GHC ${{ matrix.ghc }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9c8c3a8

Please sign in to comment.