From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Tue, 10 Jun 2025 06:05:06 +0000 (+0000) Subject: CI: Update tested Linux versions to current (#2080) X-Git-Tag: SQUID_7_0_2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5387a4a40eef4fb0095aa4504a719364515fbbd8;p=thirdparty%2Fsquid.git CI: Update tested Linux versions to current (#2080) Fedora 40 is EOL, and add CentOS Stream 10 and Ubuntu Plucky --- diff --git a/.github/workflows/slow.yaml b/.github/workflows/slow.yaml index 46ec222782..45c63a7b16 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++ }