From b2488618061d98b0afac8094895d8b0dcdfe9dcf Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Thu, 13 Aug 2026 13:57:24 -0400 Subject: [PATCH] tools-in-path: treat Fedora 46 like 45 It's a new Fedora version. The behaviour is the same. --- .github/workflows/ci.yml | 10 ++++++++++ tools-in-path/test.json | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38a8b28..ea70491 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - quay.io/centos/centos:stream10 - registry.fedoraproject.org/fedora:43 - registry.fedoraproject.org/fedora:44 + - registry.fedoraproject.org/fedora:45 - registry.fedoraproject.org/fedora:rawhide - registry.access.redhat.com/ubi8 - registry.access.redhat.com/ubi9 @@ -32,6 +33,15 @@ jobs: - "8.0" - "9.0" - "10.0" + exclude: + - container_image: registry.fedoraproject.org/fedora:45 + dotnet_version: "8.0" + - container_image: registry.fedoraproject.org/fedora:rawhide + dotnet_version: "8.0" + - container_image: registry.fedoraproject.org/fedora:45 + dotnet_version: "9.0" + - container_image: registry.fedoraproject.org/fedora:rawhide + dotnet_version: "9.0" # Preview .NET versions are available via the @dotnet-sig/dotnet-preview copr repo. # Each year, add include entries for the new preview version (fedora:latest + rawhide) # with use_preview_copr: true. When a version ships officially, move dotnet_version diff --git a/tools-in-path/test.json b/tools-in-path/test.json index 1c1c500..ce86c6e 100644 --- a/tools-in-path/test.json +++ b/tools-in-path/test.json @@ -8,7 +8,8 @@ "skipWhen": [ "vmr-ci", // tools PATH not configured (tar.gz build) "os=fedora.44", // Fedora packages stopped updating PATH with 44 - "os=fedora.45" + "os=fedora.45", + "os=fedora.46" ], "ignoredRIDs": [ ]