Skip to content

CI is terribly outdated #90

@andreasabel

Description

@andreasabel

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions