haskell / actions

Github actions for Haskell CI
146 stars 54 forks source link

Add suport for GHC nightlies via GHCup #279

Closed wismill closed 1 year ago

wismill commented 1 year ago

Available since GHCup 0.1.19.3.

Related issues:

Closes #93. Closes #137.

wismill commented 1 year ago

Currently failing on the expected GHC version check. We have no way to know in advance this version!

Should we check only the A.B in A.B.C GHC version? This will require to set a new parameter after each GHC release.

wismill commented 1 year ago

I found a way to check the exact version of the latest GHC nightly, but it seems convoluted.

Also, why steps.setup.outputs.ghcup-release-channel is not set when matrix.ghcup_release_channel is?

andreasabel commented 1 year ago

Released as v2.4.6.