From ad26f0a1cbcca2c0ecf6c90faaf34f7da1be6b30 Mon Sep 17 00:00:00 2001
From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com>
Date: Mon, 3 Jun 2024 15:40:49 -0700
Subject: [PATCH] chore(build): Updates supported linux operating systems
(#1820)
### Summary
- Removes CentOS 7/8
- Removes RedHat 7
- Removes Fedora 37/38
- Adds Fedora 40
- Bumps minimum .NET to 8.0.6 (8.0.301)
---
.github/workflows/build-test.yml | 13 +++++--------
README.md | 16 ++++++++--------
2 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 01170fedc..6030049c2 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -48,6 +48,9 @@ jobs:
fail-fast: false
matrix:
include:
+ - container: ubuntu:noble
+ name: Ubuntu 24
+ packageManager: apt
- container: ubuntu:jammy
name: Ubuntu 22
packageManager: apt
@@ -63,14 +66,8 @@ jobs:
- container: fedora:39
name: Fedora 39
packageManager: dnf
- - container: fedora:38
- name: Fedora 38
- packageManager: dnf
- - container: fedora:37
- name: Fedora 37
- packageManager: dnf
- - container: quay.io/centos/centos:stream8
- name: CentOS 8 Stream
+ - container: fedora:40
+ name: Fedora 40
packageManager: dnf
- container: quay.io/centos/centos:stream9
name: CentOS 9 Stream
diff --git a/README.md b/README.md
index 85876fcf6..366f3493c 100644
--- a/README.md
+++ b/README.md
@@ -16,14 +16,14 @@ ModernUO [](https://www.microsoft.com/en-US/evalcenter/evaluate-windows-server-2022)
-
+
[](https://www.debian.org/distrib/)
[](https://ubuntu.com/download/server)
[](https://alpinelinux.org/downloads/)
-[](https://getfedora.org/en/server/download/)
-[](https://access.redhat.com/downloads)
-[](https://www.centos.org/download/)
+[](https://getfedora.org/en/server/download/)
+[](https://access.redhat.com/downloads)
+[](https://www.centos.org/download/)
[](https://get.opensuse.org/)
[](https://www.suse.com/download/sles/)
[](https://linuxmint.com/download.php)
@@ -31,25 +31,25 @@ ModernUO [](https://dotnet.microsoft.com/download/dotnet/8.0)
+[](https://dotnet.microsoft.com/download/dotnet/8.0)
##### Windows
[](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022)
#### Development
[](https://git-scm.com/downloads)
-[](https://dotnet.microsoft.com/download/dotnet/8.0)
+[](https://dotnet.microsoft.com/download/dotnet/8.0)
#### Supported IDEs