From b6f5225e6e965105e0dd9748d1bbd54c1d6afa07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= Date: Mon, 15 Sep 2025 09:56:08 -0400 Subject: [PATCH] add ubuntu plucky (tpo/tpa/team#42180) also drop oracular which is eol --- debian/.debian-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/.debian-ci.yml b/debian/.debian-ci.yml index 617c150934..c8e2c541c9 100644 --- a/debian/.debian-ci.yml +++ b/debian/.debian-ci.yml @@ -168,11 +168,11 @@ default: SPECIAL: [ 'bpo12' ] - OS: ubuntu - SUITE: [ 'focal', 'jammy', 'noble', 'oracular' ] + SUITE: [ 'focal', 'jammy', 'noble', 'plucky' ] DOCKER_ARCH: amd64 HOSTING_PROVIDER_TAG: tpa - OS: ubuntu - SUITE: [ 'focal', 'jammy', 'noble', 'oracular' ] + SUITE: [ 'focal', 'jammy', 'noble', 'plucky' ] DOCKER_ARCH: arm64 HOSTING_PROVIDER_TAG: osuosl