From e0683aab8450189514edb70c930ba2cb92e55f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Tue, 12 Sep 2023 14:56:29 +0300 Subject: [PATCH] Removes ubuntu:kinetic pipelines since it's EOL (#7195) ubuntu:kinetic is EOL so removing it's pipeline https://fridge.ubuntu.com/2023/06/14/ubuntu-22-10-kinetic-kudu-reaches-end-of-life-on-july-20-2023/ --- .github/workflows/packaging-test-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index c66c5b4f7..356a590a4 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -125,7 +125,6 @@ jobs: - debian-bullseye-all - ubuntu-focal-all - ubuntu-jammy-all - - ubuntu-kinetic-all POSTGRES_VERSION: ${{ fromJson(needs.get_postgres_versions_from_file.outputs.pg_versions) }}