Skip to content

automate running on latest fedora version in ci matrix #145

@phlogistonjohn

Description

@phlogistonjohn

I wonder if I should rename the fedora test jobs something like fedora-previous and fedora-current or something to avoid this (small bit of) churn? Any opinions?

Well, we can't get rid of changes unless we do something as follows:

latest=$(curl -s -L https://fedoraproject.org/releases.json | jq -r '[.[].version | select("^[0-9]+$")] | max')

previous=$(( $latest - 1 ))

And of course I prefer "latest" over "current".

Would you like to go for it with the current PR?

Originally posted by @anoopcs9 in #140 (review)

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