Skip to content

Commit 894829b

Browse files
authored
Update to 0.52 (GoogleCloudPlatform#543)
* updates bigquery api samples to 1.0 * update all samples for 0.52.0 * updates google deps * fixes error reporting and monitoring tests * fixes mailjet tests and skips IAP tests on 7.2 * cleans up flakey tests and test output * adds phpunit to all composer's require-dev
1 parent 2331dcc commit 894829b

File tree

133 files changed

+14724
-6111
lines changed

Some content is hidden

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

133 files changed

+14724
-6111
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ credentials.*
99
.php_cs.cache
1010
.vscode/
1111
export-secrets.sh
12+
iap/composer.lock

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ before_install:
5050

5151
before_script:
5252
- travis_retry pecl install grpc
53+
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]; then yes '' | pecl install "channel://pecl.php.net/mcrypt-1.0.1"; fi
5354

5455
script:
5556
- testing/run_all_tests.sh

appengine/flexible/analytics/composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appengine/flexible/cloudsql-mysql/composer.lock

Lines changed: 23 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appengine/flexible/cloudsql-postgres/composer.lock

Lines changed: 23 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)