mirror of
https://github.com/gelisam/hawk.git
synced 2024-11-27 18:42:38 +03:00
the latest version of ghc is not supported yet
This commit is contained in:
parent
46f2dfe478
commit
b4c74405fb
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user