From 1a75283ffdd2e1d2aac80dfebe97fd1bc6b9bf39 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 583ca7cedf..c6093547b7 100644 --- a/.github/workflows/slow.yaml +++ b/.github/workflows/slow.yaml @@ -28,12 +28,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 @@ -42,6 +43,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.3