Skip to content

Commit 82d0749

Browse files
author
Ace Nassri
authored
chore(Cloud SQL): upgrade PHP version from 7.2 to 7.4 (GoogleCloudPlatform#1365)
1 parent 6f527a1 commit 82d0749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloud_sql/mysql/pdo/app.standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
runtime: php72
15+
runtime: php74
1616

1717
# Remember - storing secrets in plaintext is potentially unsafe. Consider using
1818
# something like https://cloud.google.com/secret-manager/ to help keep secrets secret.

cloud_sql/postgres/pdo/app.standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
runtime: php72
15+
runtime: php74
1616

1717
# Remember - storing secrets in plaintext is potentially unsafe. Consider using
1818
# something like https://cloud.google.com/secret-manager/ to help keep secrets secret.

0 commit comments

Comments
 (0)