From 060c4194dfd50bc0800a72f6ce9d5b82d88f192d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Thu, 22 Aug 2024 13:05:41 +0200 Subject: [PATCH] Revert "github-actions: temp remove debian-testing official test" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 476aabe5355343d774564ec5c36425cf410528fc. Signed-off-by: László Várady --- .github/workflows/test-apt-packages.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test-apt-packages.yml b/.github/workflows/test-apt-packages.yml index 57d77b409e..f4ec3dfba9 100644 --- a/.github/workflows/test-apt-packages.yml +++ b/.github/workflows/test-apt-packages.yml @@ -28,11 +28,6 @@ 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 }}