Skip to content

Commit 36f8daa

Browse files
chore(deps): update app engine samples to PHP 8.4 (#2139)
1 parent 4fdfe56 commit 36f8daa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

appengine/flexible/helloworld/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env: flex
44
runtime_config:
55
document_root: web
66
operating_system: ubuntu22
7-
runtime_version: 8.3
7+
runtime_version: 8.4
88

99
# This sample incurs costs to run on the App Engine flexible environment.
1010
# The settings below are to reduce costs during testing and are not appropriate
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Getting Started on App Engine for PHP 8.1
1+
# Getting Started on App Engine for PHP 8.4
22

33
This sample demonstrates how to deploy a PHP application which integrates with
4-
Cloud SQL and Cloud Storage on App Engine Standard for PHP 8.1. The tutorial
4+
Cloud SQL and Cloud Storage on App Engine Standard for PHP 8.4. The tutorial
55
uses the Slim framework.
66

77
## View the [full tutorial](https://cloud.google.com/appengine/docs/standard/php-gen2/building-app)

appengine/standard/getting-started/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://cloud.google.com/appengine/docs/standard/php/config/appref for a
22
# complete list of `app.yaml` directives.
33

4-
runtime: php81
4+
runtime: php84
55

66
env_variables:
77
GOOGLE_STORAGE_BUCKET: ""

0 commit comments

Comments
 (0)