-
Notifications
You must be signed in to change notification settings - Fork 32
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
CI: Add support for GHC 8.10, stack and live-server testing #156
Conversation
695e339
to
d720f9b
Compare
c7bdfe3
to
f346c34
Compare
.github/workflows/haskell-cabal.yml
Outdated
- ghc: 8.6 | ||
os: windows-latest | ||
experimental: false | ||
- ghc: 8.10 | ||
os: windows-latest | ||
experimental: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are the same by default right? Don;t think we need these.
.github/workflows/haskell-stack.yml
Outdated
- ghc: 8.6 | ||
os: windows-latest | ||
experimental: false | ||
- ghc: 8.10 | ||
os: windows-latest | ||
experimental: false | ||
|
||
# Appears to be buggy to build in windows with ghc 8.4 and 8.8 | ||
- ghc: 8.4 | ||
os: windows-latest | ||
experimental: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In stack we are only building with 8.8, so we dont need these as well.
78a500c
to
5b9ebeb
Compare
Minio is running with 4 disks now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Windows builds that fail due to an unrelated error have been marked experimental, so CI can enforce that other build configurations must succeed. We will be merging this now, and making a release subsequently. |
No description provided.