Bump Haskell CI (fork) to latest GHC versions#2142
Bump Haskell CI (fork) to latest GHC versions#2142andreasabel wants to merge 1 commit intomasterfrom
Conversation
MatthewDaggitt
left a comment
There was a problem hiding this comment.
Thanks for porting it across! Apart from the one comment below, I think this looks good. @gallais any thoughts as you put most of the CI together?
| # haskell-ci regenerate | ||
| # | ||
| # For more information, see https://github.com/haskell-CI/haskell-ci | ||
| # For more information, see https://github.com/andreasabel/haskell-ci |
There was a problem hiding this comment.
My fork uses the ubuntu-20.04 image rather than the ubuntu-18.04 image which allows it to use the latest version of action/checkout.
And why do we need the latest version of action/checkout?
Not needed.
But you might get harassed by dependabot if you don't use it...
As discussed in the previous PR, unless there is a really convincing reason, I would really be happier continuing to use the main repo. In particular, we don't use dependabot yet, so I think the point is moot.
Any chance you could revert this change?
There was a problem hiding this comment.
I have created this workflow and I am maintaining it (inspect the history). Is there a problem if I maintain it my way?
If you must,
- please install https://github.com/haskell-CI/haskell-ci
- type
haskell-ci regenerate - undo the changes it does to the triggers (
onsection in thehaskell-ci.ymlfile); can be easily done using git tooling likemagitor whatever - amend the commit
There was a problem hiding this comment.
I did that in a parallel PR, so choose whatever you like better:
|
I'm more familiar with the |
Uh oh!
There was an error while loading. Please reload this page.