Skip to content

Commit eef6ac1

Browse files
authored
Replace CentOS with Fedora and Debian (#882)
We no longer support CentOS 7, but the platform support page says we do. The page doesn't mention Debian or Fedora either, which we have images for. Replace the references of CentOS 7 with references to Fedora and Debian.
1 parent f6a26f6 commit eef6ac1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

platform-support/_platform-support.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ These are the platforms one can use for Swift's development tools. This table sh
1717
|:--------------------------------------:|:-----------------------------:|
1818
| **macOS** | Apple platforms |
1919
| **Ubuntu** | Ubuntu |
20-
| **CentOS** | CentOS |
20+
| **Debian** | Debian |
21+
| **Fedora** | Fedora |
2122
| **Amazon Linux** | Amazon Linux |
2223
| **Red Hat Universal Base Image** | Red Hat Universal Base Image |
2324
| **Windows** | Windows |
@@ -32,8 +33,9 @@ This table shows the minimum OS version for which a Swift application can be dep
3233
| **iOS** |11.0 |
3334
| **watchOS** |4.0 |
3435
| **tvOS** |11.0 |
35-
| **Ubuntu** |18.04 |
36-
| **CentOS** |7 |
36+
| **Ubuntu** |20.04 |
37+
| **Debian** |12 |
38+
| **Fedora** |39 |
3739
| **Amazon Linux** |2 |
3840
| **Red Hat Universal Base Image** |9 |
3941
| **Windows** |10.0 |
@@ -46,7 +48,8 @@ The Swift compiler and debugger run on platforms supporting development. Suppor
4648
|:----------------------------------:|:----------------------:|:--------------:|
4749
| **macOS** |||
4850
| **Ubuntu** |||
49-
| **CentOS** |||
51+
| **Debian** |||
52+
| **Fedora** |||
5053
| **Amazon Linux** |||
5154
| **Red Hat Universal Base Image** |||
5255
| **Windows** |||
@@ -64,7 +67,8 @@ The table below list the available capabilities on each platform for running Swi
6467
| **watchOS** || |
6568
| **tvOS** || |
6669
| **Ubuntu** |||
67-
| **CentOS** |||
70+
| **Debian** |||
71+
| **Fedora** |||
6872
| **Amazon Linux** |||
6973
| **Red Hat Universal Base Image** |||
7074
| **Windows** || |
@@ -84,7 +88,7 @@ Platform owners help facilitate contributors to the Swift project to collaborate
8488
| **Windows** | [Docs](/getting-started/#on-windows)| [Apple Inc.](https://www.apple.com) ||
8589

8690
* Apple platforms includes macOS, iOS, tvOS, and watchOS.
87-
* Linux includes Ubuntu, CentOS, Amazon Linux and Red Hat Universal Base Image platforms.
91+
* Linux includes Ubuntu, Debian, Fedora, Amazon Linux and Red Hat Universal Base Image platforms.
8892

8993
### Continuous Integration for Platforms
9094

0 commit comments

Comments
 (0)