Skip to content

Commit fa306e5

Browse files
committed
elsdoc-204, expand Ruby support matrix with per-OS-version rows
Split the supported-OS table into one row per OS version with the exact Ruby versions available on each, and add EL 6.
1 parent 4bb772f commit fa306e5

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

docs/els-for-runtimes/ruby/README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,23 @@ alt-ruby provides a more flexible and convenient environment for working with di
2222

2323
## Supported OS and Ruby versions
2424

25-
| Operating Systems | Package Type | OS Version | Ruby versions |
26-
| :----------------------------------------------------------: | :----------: | :--------------------------------: | :------------------: |
27-
| EL 7 (CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 7.x | 2.6, 2.7, 3.0, 3.1 |
28-
| EL 8 (AlmaLinux, CentOS, CentOS Stream, CloudLinux, Oracle Linux, etc.) | RPM | 8.x | 2.6, 2.7, 3.0, 3.1 |
29-
| EL 9 (AlmaLinux, CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 9.x | 2.6, 2.7, 3.0, 3.1 |
30-
| EL 10 (AlmaLinux, CloudLinux, Oracle Linux, etc.) | RPM | 10.x | 2.6, 2.7, 3.0, 3.1 |
31-
| Ubuntu | DEB | 16.04, 18.04, 20.04, 22.04, 24.04 | 2.6, 2.7, 3.0, 3.1 |
32-
| Debian | DEB | 10, 11, 12, 13 | 2.6, 2.7, 3.0, 3.1 |
33-
| Alpine Linux | APK | 3.22 | 2.7, 3.0, 3.1 |
25+
| Operating Systems | Package Type | OS Version | Ruby versions |
26+
| :----------------------------------------------------------------------: | :----------: | :--------: | :-----------------------------------------------------------------------: |
27+
| EL 6 (CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 6.x | 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7 |
28+
| EL 7 (CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 7.x | 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2 |
29+
| EL 8 (AlmaLinux, CentOS, CentOS Stream, CloudLinux, Oracle Linux, etc.) | RPM | 8.x | 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4 |
30+
| EL 9 (AlmaLinux, CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 9.x | 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4 |
31+
| EL 10 (AlmaLinux, CloudLinux, Oracle Linux, etc.) | RPM | 10.x | 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 |
32+
| Debian | DEB | 10 | 3.2, 3.3, 3.4, 4.0 |
33+
| Debian | DEB | 11 | 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 |
34+
| Debian | DEB | 12 | 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 |
35+
| Debian | DEB | 13 | 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 |
36+
| Ubuntu | DEB | 16.04 | 3.2, 3.3, 3.4, 4.0 |
37+
| Ubuntu | DEB | 18.04 | 3.2, 3.3, 3.4, 4.0 |
38+
| Ubuntu | DEB | 20.04 | 3.2, 3.3, 3.4, 4.0 |
39+
| Ubuntu | DEB | 22.04 | 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 |
40+
| Ubuntu | DEB | 24.04 | 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 |
41+
| Alpine Linux | APK | 3.22 | 2.7, 3.0, 3.1 |
3442

3543
**Supported architectures:** x86_64 (64-bit); aarch64 on Alpine Linux
3644

0 commit comments

Comments
 (0)