Skip to content

Commit

Permalink
Allow/test newer versions of the Google Cloud lib (#69)
Browse files Browse the repository at this point in the history
* updated composer constraint.

* Test newest 3 versions
  • Loading branch information
TerraSkye authored and zoidyzoidzoid committed Jan 4, 2018
1 parent 0b203b1 commit 246bd3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ php:

env:
- GOOGLE_CLOUD="0.21.*"
- GOOGLE_CLOUD="0.41.*"
- GOOGLE_CLOUD="0.42.*"
- GOOGLE_CLOUD="0.43.*"
- GOOGLE_CLOUD="0.47.*"
- GOOGLE_CLOUD="0.48.*"
- GOOGLE_CLOUD="0.49.*"

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": ">=5.5.0",
"league/flysystem": "~1.0",
"google/cloud": ">=0.21 <0.44"
"google/cloud": ">=0.21 <0.50"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 246bd3d

Please sign in to comment.