We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42acb6c commit 777654eCopy full SHA for 777654e
1 file changed
docs/book/v1/faq.md
@@ -8,16 +8,15 @@ Execute the following command:
8
sudo dnf module switch-to php:remi-{major}.{minor} -y
9
```
10
11
-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`.
12
13
Additionally, our setup includes predefined aliases for executing the above command.
14
The aliases are the following:
15
16
-- `php74`: switch to PHP 7.4
17
-- `php80`: switch to PHP 8.0
18
- `php81`: switch to PHP 8.1
19
- `php82`: switch to PHP 8.2
20
- `php83`: switch to PHP 8.3
+- `php83`: switch to PHP 8.4
21
22
After switching to a different PHP version, test with the following command:
23
0 commit comments