Skip to content

Commit

Permalink
the latest version of ghc is not supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed Feb 9, 2024
1 parent 46f2dfe commit b4c7440
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,12 @@ jobs:
# Check that our upper bounds are correct by building with the latest
# version of everything. We use cabal because it uses the latest
# versions of our dependencies allowed by our upper bounds.
#
# TODO: revert to "ghc: latest" once the latest version of ghc is
# supported, so we can detect when an even-more-recent version of ghc
# is released and breaks hawk.
- name: newest
ghc: latest
ghc: 8.10.4
os: ubuntu-latest

steps:
Expand Down

0 comments on commit b4c7440

Please sign in to comment.