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

CI is terribly outdated #90

Open
andreasabel opened this issue May 14, 2024 · 1 comment
Open

CI is terribly outdated #90

andreasabel opened this issue May 14, 2024 · 1 comment

Comments

@andreasabel
Copy link
Collaborator

I was trying to fix a CI on macOS/stack and went here for advice, but I found that CI tests only GHC 8.10 and [email protected] which are both quite outdated now:

ghc: ["8.10.7"]
os: [ubuntu-latest, macos-latest, windows-latest]
env:
# OpenSSL is installed in a non-standard location in MacOS. See
# https://github.com/actions/virtual-environments/blob/main/images/macos/macos-latest-Readme.md
PKG_CONFIG_PATH: ${{ (matrix.os == 'macos-latest' && '/usr/lib/pkgconfig:/usr/local/opt/[email protected]/lib/pkgconfig') || (matrix.os == 'ubuntu-latest' && '/usr/lib/pkgconfig:/usr/local/lib/pkgconfig') || '' }}

(My CI regression: https://github.com/hackage-trustees/hackage-cli/actions/runs/9076812522/job/24940341265#step:8:117)

@andreasabel
Copy link
Collaborator Author

@vshabanov : I think it is important to have a CI that covers a wide range of GHC versions and some contemporary setups. (E.g. how about GHC 9?)

E.g. I am getting build failures for HsOpenSSL here, but without HsOpenSSL having a working CI itself, it is tedious to investigate this: https://github.com/haskell-hvr/http-io-streams/actions/runs/9734337346/job/26862232728?pr=20

HsOpenSSL current promises to support GHC >= 7.10 (base >= 4.8), but where is the evidence for this? Usually CI should deliver the evidence.

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

No branches or pull requests

1 participant