From 96598e7328a1c2663a956832ee9ca978b483f3ec 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..cb62a8108f 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 pcre: + # 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 }}