From f82c522647317d5f3496ec9b9842ac2401d860a1 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Thu, 11 Dec 2025 09:11:13 -0500 Subject: [PATCH] Fix typo in tools-in-path skipping Should be 44, not 34. --- tools-in-path/test.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools-in-path/test.json b/tools-in-path/test.json index 5678331..1c1c500 100644 --- a/tools-in-path/test.json +++ b/tools-in-path/test.json @@ -7,8 +7,8 @@ "cleanup": true, "skipWhen": [ "vmr-ci", // tools PATH not configured (tar.gz build) - "os=fedora.34", // Fedora packages stopped updating PATH with 44 - "os=fedora.35" + "os=fedora.44", // Fedora packages stopped updating PATH with 44 + "os=fedora.45" ], "ignoredRIDs": [ ]