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_6_14~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dc8057add7916d8b4f2c246c07a54e18b59a47c;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 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++ }