Skip to content

Commit 3e842d0

Browse files
authored
[CI] Add PHP 7.2 to travis build matrix (#10)
* [CI] Add PHP 7.2 to travis build matrix Since PHP 7.2 will be soon out of the oven we should start testing against 7.2 and support it. * [COMPOSER] Bump `phpstan/phpstan` to version 0.8 * [COMPOSER] Bump `guzzlehttp/guzzle` to version 6.3 In order to support PHP 7.2 we need to bump the version, otherwise the builds will fail. See https://travis-ci.org/flix-tech/schema-registry-php-client/jobs/282192876 for more details.
1 parent 72be34c commit 3e842d0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
php:
99
- '7.0'
1010
- '7.1'
11+
- '7.2'
1112
- nightly
1213

1314
env:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
],
1313
"require": {
1414
"php": "~7.0",
15-
"guzzlehttp/guzzle": "~6.2",
15+
"guzzlehttp/guzzle": "~6.3",
1616
"beberlei/assert": "~2.7",
1717
"rg/avro-php": "~1.8"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "~6.2",
2121
"friendsofphp/php-cs-fixer": "~2.0",
22-
"phpstan/phpstan": "~0.7",
22+
"phpstan/phpstan": "~0.8",
2323
"raphhh/trex-reflection": "~1.0",
2424
"doctrine/cache": "~1.3"
2525
},

0 commit comments

Comments
 (0)