Skip to content

Commit f21d46c

Browse files
committed
Update some samples for PHP Flex to use newer runtimes
1 parent 2dd070b commit f21d46c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

appengine/flexible/datastore/app.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ env: flex
33

44
runtime_config:
55
document_root: .
6+
operating_system: ubuntu22
7+
runtime_version: 8.3

appengine/flexible/helloworld/app.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ env: flex
33

44
runtime_config:
55
document_root: web
6+
operating_system: ubuntu22
7+
runtime_version: 8.3
68

79
# This sample incurs costs to run on the App Engine flexible environment.
810
# The settings below are to reduce costs during testing and are not appropriate

appengine/flexible/storage/app.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ env: flex
33

44
runtime_config:
55
document_root: .
6+
operating_system: ubuntu22
7+
runtime_version: 8.3
68

79
# [START gae_flex_storage_yaml]
810
env_variables:

0 commit comments

Comments
 (0)