Skip to content

Commit c391118

Browse files
authored
Merge pull request #187343 from cephalin/#85522b
update version
2 parents 31199f6 + fb7193e commit c391118

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/configure-language-php.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ az webapp list-runtimes --linux | grep PHP
5959

6060
::: zone pivot="platform-windows"
6161

62-
Run the following command in the [Cloud Shell](https://shell.azure.com) to set the PHP version to 7.4:
62+
Run the following command in the [Cloud Shell](https://shell.azure.com) to set the PHP version to 8.0:
6363

6464
```azurecli-interactive
65-
az webapp config set --resource-group <resource-group-name> --name <app-name> --php-version 7.4
65+
az webapp config set --resource-group <resource-group-name> --name <app-name> --php-version 8.0
6666
```
6767

6868
::: zone-end
6969

7070
::: zone pivot="platform-linux"
7171

72-
Run the following command in the [Cloud Shell](https://shell.azure.com) to set the PHP version to 7.2:
72+
Run the following command in the [Cloud Shell](https://shell.azure.com) to set the PHP version to 8.0:
7373

7474
```azurecli-interactive
75-
az webapp config set --resource-group <resource-group-name> --name <app-name> --linux-fx-version "PHP|7.2"
75+
az webapp config set --resource-group <resource-group-name> --name <app-name> --linux-fx-version "PHP|8.0"
7676
```
7777

7878
::: zone-end

0 commit comments

Comments
 (0)