File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ env: flex
4
4
runtime_config :
5
5
document_root : web
6
6
operating_system : ubuntu22
7
- runtime_version : 8.3
7
+ runtime_version : 8.4
8
8
9
9
# This sample incurs costs to run on the App Engine flexible environment.
10
10
# The settings below are to reduce costs during testing and are not appropriate
Original file line number Diff line number Diff line change 1
- # Getting Started on App Engine for PHP 8.1
1
+ # Getting Started on App Engine for PHP 8.4
2
2
3
3
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
5
5
uses the Slim framework.
6
6
7
7
## View the [ full tutorial] ( https://cloud.google.com/appengine/docs/standard/php-gen2/building-app )
Original file line number Diff line number Diff line change 1
1
# See https://cloud.google.com/appengine/docs/standard/php/config/appref for a
2
2
# complete list of `app.yaml` directives.
3
3
4
- runtime : php81
4
+ runtime : php84
5
5
6
6
env_variables :
7
7
GOOGLE_STORAGE_BUCKET : " "
You can’t perform that action at this time.
0 commit comments