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

workflows: update test matrix to use fedora 41 #140

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

phlogistonjohn
Copy link
Collaborator

Fedora 41 has been out for some weeks now. Update the test matrix to remove Fedora 39 and use fedora 41.

Fedora 41 has been out for some weeks now. Update the test matrix to
remove Fedora 39 and use fedora 41.

Signed-off-by: John Mulligan <[email protected]>
@phlogistonjohn
Copy link
Collaborator Author

Reminder: this will probably need manual merging as the test names are changing. I'll do it once I have sufficient reviews.

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?

Copy link
Collaborator

@anoopcs9 anoopcs9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

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

Successfully merging this pull request may close these issues.

2 participants