From 3d412d8d6dab6787b6309654b311ed58efeca19c Mon Sep 17 00:00:00 2001 From: shahzadmohd-sureskills Date: Tue, 16 Jun 2026 14:45:14 +0530 Subject: [PATCH] Upgrade App Engine PHP runtime from php81 to php84. --- appengine/standard/helloworld/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard/helloworld/app.yaml b/appengine/standard/helloworld/app.yaml index a267f0ca5a..4b1db8f14a 100644 --- a/appengine/standard/helloworld/app.yaml +++ b/appengine/standard/helloworld/app.yaml @@ -1,4 +1,4 @@ -runtime: php81 +runtime: php84 # Defaults to "serve index.php" and "serve public/index.php". Can be used to # serve a custom PHP front controller (e.g. "serve backend/index.php") or to