Skip to content

Commit

Permalink
CI: add GHC 9.6 to ubuntu matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jul 19, 2023
1 parent 804b2a7 commit 9f7016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-22.04]
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4']
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6']
include:
- os: macOS-latest
ghc: 'latest'
Expand Down

0 comments on commit 9f7016c

Please sign in to comment.