Skip to content

Commit

Permalink
Add GHC 9.4 CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Aug 12, 2022
1 parent 3300450 commit df7ccab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2']
# At the moment haskell/actions/setup does not know much about GHC 9.4,
# so we have to specify the version in full.
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4.1']
steps:

- uses: actions/checkout@v2
Expand Down

0 comments on commit df7ccab

Please sign in to comment.