From b47ed493af0cf3f8bb5809da8d9b39ad7e564806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Wed, 23 Apr 2025 17:31:31 +0200 Subject: [PATCH] Update target releases in the `packit` config --- .packit.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index b2dd270..91ac9eb 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -2,15 +2,15 @@ jobs: - job: tests trigger: pull_request - targets: [fedora-37] - tmt_plan: /paths/fedora37to38 + targets: [fedora-40] + tmt_plan: /paths/fedora40to41 skip_build: true - identifier: fedora37to38 + identifier: fedora40to41 - job: tests trigger: pull_request metadata: - targets: [fedora-38] - tmt_plan: /paths/fedora38to39 + targets: [fedora-41] + tmt_plan: /paths/fedora41to42 skip_build: true - identifier: fedora38to39 + identifier: fedora41to42