From 089096049ac7a4982015a70526bd2f68f0dbdd1e Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 1 Sep 2020 10:41:43 +0200 Subject: [PATCH] .cirrus.yml: Remove Debian Jessie. Regular support for Jessie ended in 2018, LTS in June 2020. --- .cirrus.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ab88daf64..3e9830703 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -26,9 +26,6 @@ release_ready_task: # debian_default_toolchain_task: matrix: - - allow_failures: false - container: - image: collectd/ci:jessie_amd64 - allow_failures: false container: image: collectd/ci:stretch_amd64 -- 2.39.5