Skip to content

Commit

Permalink
Add back ghc 9 to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anka-213 committed May 29, 2021
1 parent d434ddb commit c465a1e
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 @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['8.10.4', '8.10.3', '8.10.2', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
ghc: ['9.0.1', '8.10.4', '8.10.3', '8.10.2', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
os: [ubuntu-18.04, macOS-latest, windows-latest]
exclude:
- os: windows-latest
Expand Down

0 comments on commit c465a1e

Please sign in to comment.