Skip to content

Commit 777654e

Browse files
committed
Removed PHP <8.1 from docs
Signed-off-by: alexmerlin <[email protected]>
1 parent 42acb6c commit 777654e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/book/v1/faq.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ Execute the following command:
88
sudo dnf module switch-to php:remi-{major}.{minor} -y
99
```
1010

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

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

16-
- `php74`: switch to PHP 7.4
17-
- `php80`: switch to PHP 8.0
1816
- `php81`: switch to PHP 8.1
1917
- `php82`: switch to PHP 8.2
2018
- `php83`: switch to PHP 8.3
19+
- `php83`: switch to PHP 8.4
2120

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

0 commit comments

Comments
 (0)