Skip to content

Commit

Permalink
Removed PHP <8.1 from docs
Browse files Browse the repository at this point in the history
Signed-off-by: alexmerlin <[email protected]>
  • Loading branch information
alexmerlin committed Nov 21, 2024
1 parent 42acb6c commit 777654e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/book/v1/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ Execute the following command:
sudo dnf module switch-to php:remi-{major}.{minor} -y
```

where `{major}.{minor}` is one of the supported PHP versions: `8.3`, `8.2`, `8.1`, `8.0` and `7.4`.
where `{major}.{minor}` is one of the supported PHP versions: `8.4`, `8.3`, `8.2` and `8.1`.

Additionally, our setup includes predefined aliases for executing the above command.
The aliases are the following:

- `php74`: switch to PHP 7.4
- `php80`: switch to PHP 8.0
- `php81`: switch to PHP 8.1
- `php82`: switch to PHP 8.2
- `php83`: switch to PHP 8.3
- `php83`: switch to PHP 8.4

After switching to a different PHP version, test with the following command:

Expand Down

0 comments on commit 777654e

Please sign in to comment.