From 1ee4dfdfeb7f644493d97b2bb0a866d3af283bf3 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Mon, 24 Jun 2024 10:25:42 -0400 Subject: [PATCH] Update CI config: .NET 6.0 is not part of Rawhide It was removed from there and we shouldn't try testing it: https://lists.fedoraproject.org/archives/list/dotnet-sig@lists.fedoraproject.org/thread/WRSA4NT74RUI3UZJENHJMH5S7WCZW6DP/ --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8643b49..74a0614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,9 @@ jobs: dotnet_version: - "6.0" - "8.0" + exclude: + - container_image: registry.fedoraproject.org/fedora:rawhide + dotnet_version: "6.0" include: - container_image: registry.fedoraproject.org/fedora:40 dotnet_version: "9.0"