Skip to content

Commit

Permalink
Add software requirements for 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr authored Feb 17, 2025
2 parents 9ab76c4 + 0a7676b commit 4040621
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ compatibility.

### Recommended software by version

| Software | 1.0.5 | 1.0.4 | 1.0.3 | 1.0.2 | 1.0.1 | 1.0.0 |
|--------------------|---------------|---------------|---------------|---------------|---------------|---------------|
| PHP | 8.3 | 8.3 | 8.3 | 8.3 | 8.1 | 8.1 |
| Composer | 2.7.4 | 2.7.4 | 2.7.4 | 2.7.4 | 2.2.21 | 2.2.21 |
| MySQL | mariadb:10.6 | mariadb:10.6 | mariadb:10.6 | mariadb:10.6 | mysql:8.0 | mysql:8.0 |
| Elasticsearch | 8.11.4 | 8.11.4 | 8.11.4 | 8.11.4 | 8.5.3 | 8.5.3 |
| RabbitMQ | 3.13 | 3.13 | 3.13 | 3.13 | 3.9 | 3.9 | 3.9 |
| Redis | 7.2 | redis:7.2 | 7.2 | 7.2 | 7.0 | 7.0 |
| Varnish | 7.5 | 7.5 | 7.5 | 7.5 | 7.3 | 7.3 |
| Nginx | 1.26 | 1.26 | 1.26 | 1.26 | 1.22 | 1.22 |
| OS | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest |
| Release Date | 2024-10-09 | 2024-08-20 | 2024-07-23 | 2024-07-18 | 2023-10-11 | 2023-10-10 |
| Software | 1.0.6 | 1.0.5 | 1.0.4 | 1.0.3 | 1.0.2 | 1.0.1 | 1.0.0 |

Check failure on line 37 in installation-guide.md

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:37:81 MD013/line-length Line length [Expected: 80; Actual: 134] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.md
|--------------------|---------------|---------------|---------------|---------------|---------------|---------------|---------------|
| PHP | 8.3 | 8.3 | 8.3 | 8.3 | 8.3 | 8.1 | 8.1 |

Check failure on line 39 in installation-guide.md

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:39:81 MD013/line-length Line length [Expected: 80; Actual: 134] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.md
| Composer | 2.7.4 | 2.7.4 | 2.7.4 | 2.7.4 | 2.7.4 | 2.2.21 | 2.2.21 |

Check failure on line 40 in installation-guide.md

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:40:81 MD013/line-length Line length [Expected: 80; Actual: 134] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.md
| MySQL | mariadb:10.6 | mariadb:10.6 | mariadb:10.6 | mariadb:10.6 | mariadb:10.6 | mysql:8.0 | mysql:8.0 |

Check failure on line 41 in installation-guide.md

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:41:81 MD013/line-length Line length [Expected: 80; Actual: 134] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.md
| Elasticsearch | 8.11.4 | 8.11.4 | 8.11.4 | 8.11.4 | 8.11.4 | 8.5.3 | 8.5.3 |

Check failure on line 42 in installation-guide.md

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:42:81 MD013/line-length Line length [Expected: 80; Actual: 134] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.md
| RabbitMQ | 3.13 | 3.13 | 3.13 | 3.13 | 3.13 | 3.9 | 3.9 | 3.9 |

Check failure on line 43 in installation-guide.md

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:43:81 MD013/line-length Line length [Expected: 80; Actual: 134] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.md
| Redis | 7.2 | 7.2 | redis:7.2 | 7.2 | 7.2 | 7.0 | 7.0 |

Check failure on line 44 in installation-guide.md

View workflow job for this annotation

GitHub Actions / lint

Line length

installation-guide.md:44:81 MD013/line-length Line length [Expected: 80; Actual: 134] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.md
| Varnish | 7.5 | 7.5 | 7.5 | 7.5 | 7.5 | 7.3 | 7.3 |
| Nginx | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.22 | 1.22 |
| OS | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest |
| Release Date | 2025-02-12 | 2024-10-09 | 2024-08-20 | 2024-07-23 | 2024-07-18 | 2023-10-11 | 2023-10-10 |

## Step 1: Download Mage-OS

Expand Down

0 comments on commit 4040621

Please sign in to comment.