Skip to content

Commit 41bd37b

Browse files
authored
Update supported PHP versions in FAQ
1 parent d0ecdf2 commit 41bd37b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/book/v1/faq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.4`, `8.3`, `8.2` and `8.1`.
11+
where `{major}.{minor}` is one of the supported PHP versions: `8.5`, `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:
@@ -17,6 +17,7 @@ The aliases are the following:
1717
* `php82`: switch to PHP 8.2
1818
* `php83`: switch to PHP 8.3
1919
* `php84`: switch to PHP 8.4
20+
* `php85`: switch to PHP 8.5
2021

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

0 commit comments

Comments
 (0)