]> 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>
Fri, 13 Jun 2025 15:37:41 +0000 (03:37 +1200)
Fedora 40 is EOL, and add CentOS Stream 10 and Ubuntu Plucky

.github/workflows/slow.yaml

index 38614c44b0956ae42ab80af69f0a48cd6e7e3cfd..f831a3eee8f9eb846d9ddcd12373df9cccd96016 100644 (file)
@@ -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++ }