chore: Remove EOL operating systems from test matrix#435
Merged
Conversation
Remove end-of-life operating systems and add newer versions: - Remove ubuntu-18.04 (EOL April 2023) - Remove centos-7 (EOL June 2024) - Remove debian-11 (EOL approaching) - Remove rockylinux-8 (replaced with rockylinux-9) - Add ubuntu-22.04 and ubuntu-24.04 - Add centos-stream-9 (using dokken image) - Add oraclelinux-8 and oraclelinux-9 - Update rockylinux to version 9 - Update test/Dockerfile from centos:7 to almalinux:9 - Update CI workflow matrix to match new platforms This addresses part of the changes proposed in PR #421. Co-authored-by: damacus <40786+damacus@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Assess necessity of pull request 421
chore: Remove EOL operating systems from test matrix
Nov 9, 2025
damacus
approved these changes
Nov 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR #421 proposed fixes for broken tests and EOL OS removal. Analysis shows ENV format fixes were already merged via #423. This PR applies the remaining essential changes: removing end-of-life operating systems and updating to supported versions.
Changes
Removed EOL platforms:
Added current platforms:
Test infrastructure:
test/Dockerfile: centos:7 → almalinux:9, yum → dnfNot Included
From PR #421, these changes are deferred as non-critical:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.