Skip to content

Commit c51b1c0

Browse files
authored
Merge branch 'main' into renovate/translate-google-cloud-translate-2.x
2 parents b3f7310 + a55564b commit c51b1c0

File tree

155 files changed

+8035
-523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+8035
-523
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
styles:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- name: Install PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
@@ -21,7 +21,7 @@ jobs:
2121
staticanalysis:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
- name: Install PHP
2626
uses: shivammathur/setup-php@v2
2727
with:

.kokoro/secrets-example.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ export GOOGLE_KMS_SERVICEACCOUNTEMAIL=
100100
export REDIS_HOST=
101101
export REDIS_PORT=
102102

103+
# Model Armor
104+
export MA_FOLDER_ID=
105+
export MA_ORG_ID=
106+
103107
# PubSub
104108
export GOOGLE_PUBSUB_SUBSCRIPTION=php-example-subscription
105109
export GOOGLE_PUBSUB_TOPIC=php-example-topic

.kokoro/secrets.sh.enc

78 Bytes
Binary file not shown.

analyticsdata/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"google/analytics-data": "^0.22.0"
3+
"google/analytics-data": "^0.23.0"
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"google/analytics-data": "^0.22.0",
3+
"google/analytics-data": "^0.23.0",
44
"ext-bcmath": "*"
55
}
66
}

appengine/flexible/helloworld/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env: flex
44
runtime_config:
55
document_root: web
66
operating_system: ubuntu22
7-
runtime_version: 8.3
7+
runtime_version: 8.4
88

99
# This sample incurs costs to run on the App Engine flexible environment.
1010
# The settings below are to reduce costs during testing and are not appropriate

appengine/standard/errorreporting/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"google/cloud-error-reporting": "^0.23.0"
3+
"google/cloud-error-reporting": "^0.25.0"
44
},
55
"autoload": {
66
"files": [
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Getting Started on App Engine for PHP 8.1
1+
# Getting Started on App Engine for PHP 8.4
22

33
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
55
uses the Slim framework.
66

77
## View the [full tutorial](https://cloud.google.com/appengine/docs/standard/php-gen2/building-app)

appengine/standard/getting-started/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +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-
runtime: php81
4+
runtime: php84
55

66
env_variables:
77
GOOGLE_STORAGE_BUCKET: ""

appengine/standard/grpc/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"google/cloud-spanner": "^1.15.0",
3+
"google/cloud-spanner": "^2.0.0",
44
"google/cloud-monitoring": "^2.0.0",
55
"google/cloud-speech": "^2.0.0"
66
},

0 commit comments

Comments
 (0)