File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,15 @@ Execute the following command:
88sudo 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
1313Additionally, our setup includes predefined aliases for executing the above command.
1414The 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
2221After switching to a different PHP version, test with the following command:
2322
You can’t perform that action at this time.
0 commit comments