]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Wed, 11 Jun 2025 13:22:17 +0000 (01:22 +1200)
Fedora 40 is EOL, and add CentOS Stream 10 and Ubuntu Plucky

.github/workflows/slow.yaml

index 46ec22278245abe8395c6e7df4e9faf2938e417f..45c63a7b16d7a9a70ac0c3ed47fa9e8708fe98d6 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++ }