Skip to content

Commit

Permalink
Update travis configuration to php 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apiotrowski committed Nov 12, 2018
1 parent 46d3f0d commit 7af5e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php
php:
- '7.0'
- '7.1'

script: ./vendor/bin/phpunit -c ./phpunit.xml
before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"require": {
"php": "~7.0",
"php": "~7.1",
"ext-bcmath": "*"
},
"require-dev": {
Expand Down

0 comments on commit 7af5e23

Please sign in to comment.