From: Florian Forster Date: Mon, 27 Nov 2023 10:17:05 +0000 (+0100) Subject: .cirrus.yml: Update list of compilers to match the `debian_unstable` container. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a472442c9b16cf7200b5ff41bb0c81974246e2c;p=thirdparty%2Fcollectd.git .cirrus.yml: Update list of compilers to match the `debian_unstable` container. --- diff --git a/.cirrus.yml b/.cirrus.yml index 7202d2def..ab3769109 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -187,12 +187,10 @@ bleeding_edge_compilers_task: skip_notifications: true env: matrix: - CC: gcc-7 - CC: gcc-8 - CC: clang-6.0 - CC: clang-7 - CC: clang-8 - CC: clang-9 + CC: gcc-10 + CC: clang + CC: clang-18 + CC: clang-17 configure_script: - ./build.sh - $CC --version