We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f6db88 + 2e2aee3 commit d0ecdf2Copy full SHA for d0ecdf2
docs/book/v2/faq.md
@@ -8,7 +8,7 @@ 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.4`, `8.3`, `8.2` and `8.1`.
+where `{major}.{minor}` is one of the supported PHP versions: `8.5`, `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:
@@ -17,6 +17,7 @@ The aliases are the following:
17
* `php82`: switch to PHP 8.2
18
* `php83`: switch to PHP 8.3
19
* `php84`: switch to PHP 8.4
20
+* `php85`: switch to PHP 8.5
21
22
After switching to a different PHP version, test with the following command:
23
0 commit comments