Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Haskell-CI test matrix to GHC 7.8 - 9.2 #78

Merged
merged 2 commits into from
Feb 8, 2022

Conversation

andreasabel
Copy link
Contributor

Extend the test matrix to all GHCs that currently build on master (see also #75).

This PR is based on #76 in order to avoid the dependency cycle problem with tasty.

When needed, update the CI via haskell-ci regenerate or haskell-ci github cabal.project.

Currently, CI fails because the testsuite fails (see #77): https://github.com/andreasabel/clock/actions/runs/1807527804

Without that flag, `cabal build --enable-tests` fails with
```
rejecting: tasty:+clock (cyclic dependencies; conflict set: clock, tasty, tasty-quickcheck)
```
Current master seems to build for GHC 7.8 - 9.2, so these should all
be tested on the CI.
@CetinSert
Copy link
Member

@andreasabel – some tests fail, how should we proceed?

@CetinSert CetinSert merged commit 37f12ff into corsis:master Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants