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 openssl@1.1 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/openssl@1.1/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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions