Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,6 +33,15 @@ jobs:
- "8.0"
- "9.0"
- "10.0"
exclude:
- container_image: registry.fedoraproject.org/fedora:45

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With upcoming EOL, .NET 8 and 9 have been dropped from Fedora 45 and later.

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
Expand Down
3 changes: 2 additions & 1 deletion tools-in-path/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
]
Expand Down
Loading