From ffbfb8a7e8fc6b19b631fe0bac400172beea810d Mon Sep 17 00:00:00 2001 From: awillslo Date: Fri, 15 Sep 2023 06:48:46 -0400 Subject: [PATCH] Update LAB_09a-Implement_Web_Apps.md PHP 8.0 is EOL Nov 2023 --- Instructions/Labs/LAB_09a-Implement_Web_Apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md index bb84235a..dbf6656e 100644 --- a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md +++ b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md @@ -50,7 +50,7 @@ In this task, you will create an Azure web app. | Resource group | the name of a new resource group **az104-09a-rg1** | | Web app name | any globally unique name | | Publish | **Code** | - | Runtime stack | **PHP 8.0** | + | Runtime stack | **PHP 8.2** | | Operating system | **Linux** | | Region | the name of an Azure region where you can provision Azure web apps | | App service plan | accept the default configuration |