]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
CI: Update tested Linux versions to current (#2080)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Tue, 10 Jun 2025 06:05:06 +0000 (06:05 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 10 Jun 2025 06:06:05 +0000 (06:06 +0000)
Fedora 40 is EOL, and add CentOS Stream 10 and Ubuntu Plucky

.github/workflows/slow.yaml

index 583ca7cedf38de1345a172e28a074d95e2929fb5..c6093547b70439f2b3d72e2d7290227a27acf77e 100644 (file)
@@ -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++ }