From 5dc8057add7916d8b4f2c246c07a54e18b59a47c Mon Sep 17 00:00:00 2001 From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Tue, 10 Jun 2025 06:05:06 +0000 Subject: [PATCH] CI: Update tested Linux versions to current (#2080) Fedora 40 is EOL, and add CentOS Stream 10 and Ubuntu Plucky --- .github/workflows/slow.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/slow.yaml b/.github/workflows/slow.yaml index 38614c44b0..f831a3eee8 100644 --- a/.github/workflows/slow.yaml +++ b/.github/workflows/slow.yaml @@ -20,12 +20,13 @@ jobs: strategy: matrix: os: + - centos-stream-10 - centos-stream-9 - debian-stable - debian-testing - debian-unstable - - fedora-40 - fedora-41 + - fedora-42 - fedora-rawhide - gentoo - opensuse-leap @@ -34,6 +35,7 @@ jobs: - ubuntu-jammy - ubuntu-noble # EOL 2036-04 - ubuntu-oracular # EOL 2025-07 + - ubuntu-plucky compiler: - { CC: gcc, CXX: g++ } - { CC: clang, CXX: clang++ } -- 2.47.2