Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions appengine/standard/auth/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
runtime: php72
runtime: php74

# 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
Expand Down
3 changes: 1 addition & 2 deletions appengine/standard/errorreporting/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
runtime: php72
runtime: php74

# 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
Expand Down
3 changes: 1 addition & 2 deletions appengine/standard/front-controller/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
runtime: php72
runtime: php74

# Defaults to "serve public/index.php" and "serve index.php". Can be used to
# serve a custom PHP front controller (e.g. "serve backend/index.php") or to
Expand Down
3 changes: 1 addition & 2 deletions appengine/standard/getting-started/app.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# See https://cloud.google.com/appengine/docs/standard/php/config/appref for a
# complete list of `app.yaml` directives.

# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
runtime: php72
runtime: php74

env_variables:
GOOGLE_STORAGE_BUCKET: ""
Expand Down
3 changes: 1 addition & 2 deletions appengine/standard/grpc/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
runtime: php72
runtime: php74

handlers:
- url: /(monitoring|spanner|speech)\.php$
Expand Down
3 changes: 1 addition & 2 deletions appengine/standard/helloworld/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use PHP 7.3 by replacing "php72" below with "php73"
runtime: php72
runtime: php74

# 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
Expand Down
3 changes: 1 addition & 2 deletions appengine/standard/laravel-framework/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
runtime: php72
runtime: php74

env_variables:
## Put production environment variables here.
Expand Down
3 changes: 1 addition & 2 deletions appengine/standard/logging/app.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
runtime: php72
runtime: php74
2 changes: 1 addition & 1 deletion appengine/standard/memorystore/app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This app.yaml is for deploying to instances of Cloud SQL running MySQL.
# See app-postgres.yaml for running Cloud SQL with PostgreSQL.

runtime: php72
runtime: php74

# [START gae_memorystore_app_yaml]
# update with Redis instance host IP, port
Expand Down
3 changes: 1 addition & 2 deletions appengine/standard/metadata/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
runtime: php72
runtime: php74

# 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
Expand Down
3 changes: 1 addition & 2 deletions appengine/standard/slim-framework/app.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
runtime: php72
runtime: php74
3 changes: 1 addition & 2 deletions appengine/standard/storage/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
runtime: php72
runtime: php74

# 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
Expand Down
3 changes: 1 addition & 2 deletions appengine/standard/symfony-framework/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
runtime: php72
runtime: php74

env_variables:
APP_ENV: prod
Expand Down
2 changes: 1 addition & 1 deletion appengine/standard/tasks/apps/handler/app.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
runtime: php72
runtime: php74
3 changes: 1 addition & 2 deletions appengine/standard/trace/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use the PHP 7.3 runtime (BETA) by replacing "php72" below with "php73"
runtime: php72
runtime: php74

# 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
Expand Down