Skip to content

Commit fee0c29

Browse files
docs: clarify that PHP 7.3 runtime is no longer in beta (GoogleCloudPlatform#1102)
1 parent aaed057 commit fee0c29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appengine/php72/helloworld/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Hello World on App Engine Standard for PHP 7.2
1+
# Hello World on App Engine Standard for PHP 7.2 and 7.3
22

3-
This sample demonstrates how to deploy a *very* basic application to Google
4-
App Engine for PHP 7.2.
3+
This sample demonstrates how to deploy a *very* basic application to the
4+
PHP 7.2 and 7.3 standard environment in Google App Engine.
55

66
## View the [full tutorial](https://cloud.google.com/appengine/docs/standard/php7/quickstart)

appengine/php72/helloworld/app.yaml

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

44
# Defaults to "serve index.php" and "serve public/index.php". Can be used to

0 commit comments

Comments
 (0)