Update supported platforms list to include RHEL 9 (#6846)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
Sonu Saha 2023-11-06 23:07:18 +05:30 committed by GitHub
parent b14b76f5f5
commit 2a051134a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -316,7 +316,7 @@ Remote Targets
| FreeBSD | 9, 10, 11 | i386, amd64 |
| macOS | 11.0 | x86_64 |
| Oracle Enterprise Linux | 6, 7, 8 | i386, x86_64 |
| Red Hat Enterprise Linux | 6, 7, 8 | i386, x86_64 |
| Red Hat Enterprise Linux | 7, 8, 9 | i386, x86_64 |
| Solaris | 10, 11 | sparc, x86 |
| Windows\* | 8, 8.1, 10, 2012, 2012R2, 2016, 2019 | x86, x86_64 |
| Ubuntu Linux | | x86, x86_64 |

View file

@ -4,7 +4,7 @@
| Debian | `x86_64`, `aarch64` (10.x only) | `9`, `10`, `11` |
| macOS | `x86_64`, `aarch64` (M1 processors) | `11.x`, `12.x` |
| Oracle Enterprise Linux | `x86_64`, `aarch64` (7.x / 8.x only) | `6.x`, `7.x`, `8.x` |
| Red Hat Enterprise Linux | `x86_64`, `aarch64` (7.x and 8.x only) | `6.x`, `7.x`, `8.x` |
| Red Hat Enterprise Linux | `x86_64`, `aarch64` (7.x, 8.x and 9.x only) | `7.x`, `8.x`, `9.x` |
| SUSE Linux Enterprise Server | `x86_64`, `aarch64` (15.x only) | `12.x`, `15.x` |
| Ubuntu | `x86_64` | `16.04`, `18.04`, `20.04` |
| Windows | `x86_64` | `8.1`, `2012`, `2012 R2`, `2016`, `10` (all channels except "insider" builds), `2019`, `11`, `2022` |