Skip to content

Commit cbbeeaf

Browse files
author
Ace Nassri
authored
Merge pull request GoogleCloudPlatform#1289 from GoogleCloudPlatform/php74-yaml
chore(App Engine): switch YAMLs to PHP 7.4
2 parents df056db + d1ec2ef commit cbbeeaf

File tree

15 files changed

+15
-28
lines changed

15 files changed

+15
-28
lines changed

appengine/standard/auth/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74
32

43
# Defaults to "serve index.php" and "serve public/index.php". Can be used to
54
# serve a custom PHP front controller (e.g. "serve backend/index.php") or to

appengine/standard/errorreporting/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74
32

43
# Defaults to "serve index.php" and "serve public/index.php". Can be used to
54
# serve a custom PHP front controller (e.g. "serve backend/index.php") or to

appengine/standard/front-controller/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74
32

43
# Defaults to "serve public/index.php" and "serve index.php". Can be used to
54
# serve a custom PHP front controller (e.g. "serve backend/index.php") or to

appengine/standard/getting-started/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +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-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
5-
runtime: php72
4+
runtime: php74
65

76
env_variables:
87
GOOGLE_STORAGE_BUCKET: ""

appengine/standard/grpc/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74
32

43
handlers:
54
- url: /(monitoring|spanner|speech)\.php$

appengine/standard/helloworld/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use PHP 7.3 by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74
32

43
# Defaults to "serve index.php" and "serve public/index.php". Can be used to
54
# serve a custom PHP front controller (e.g. "serve backend/index.php") or to

appengine/standard/laravel-framework/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74
32

43
env_variables:
54
## Put production environment variables here.

appengine/standard/logging/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74

appengine/standard/memorystore/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This app.yaml is for deploying to instances of Cloud SQL running MySQL.
22
# See app-postgres.yaml for running Cloud SQL with PostgreSQL.
33

4-
runtime: php72
4+
runtime: php74
55

66
# [START gae_memorystore_app_yaml]
77
# update with Redis instance host IP, port

appengine/standard/metadata/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74
32

43
# Defaults to "serve index.php" and "serve public/index.php". Can be used to
54
# serve a custom PHP front controller (e.g. "serve backend/index.php") or to
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74

appengine/standard/storage/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74
32

43
# Defaults to "serve index.php" and "serve public/index.php". Can be used to
54
# serve a custom PHP front controller (e.g. "serve backend/index.php") or to

appengine/standard/symfony-framework/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74
32

43
env_variables:
54
APP_ENV: prod
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
runtime: php72
1+
runtime: php74

appengine/standard/trace/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
2-
runtime: php72
1+
runtime: php74
32

43
# Defaults to "serve index.php" and "serve public/index.php". Can be used to
54
# serve a custom PHP front controller (e.g. "serve backend/index.php") or to

0 commit comments

Comments
 (0)