From 476aabe5355343d774564ec5c36425cf410528fc Mon Sep 17 00:00:00 2001 From: Attila Szakacs Date: Mon, 5 Aug 2024 09:09:37 +0200 Subject: [PATCH] github-actions: temp remove debian-testing official test Signed-off-by: Attila Szakacs --- .github/workflows/test-apt-packages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-apt-packages.yml b/.github/workflows/test-apt-packages.yml index f4ec3dfba9..57d77b409e 100644 --- a/.github/workflows/test-apt-packages.yml +++ b/.github/workflows/test-apt-packages.yml @@ -28,6 +28,11 @@ jobs: upgrade-from: - "debian-official" - "axosyslog-last" + exclude: + # The official syslog-ng got removed from debian:testing because of libesmtp: + # https://tracker.debian.org/news/1550704/syslog-ng-removed-from-testing/ + - distro: "debian:testing" + upgrade-from: "debian-official" fail-fast: false runs-on: ubuntu-latest container: ${{ matrix.distro }}