Skip to content

Commit

Permalink
Travis: build also on PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Nov 16, 2018
1 parent 0be3fe7 commit 99af12a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3

env:
- # default environment without variables
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"phpstan/phpstan-shim": "0.10.5",
"phpstan/phpstan-phpunit": "0.10",
"phpunit/phpunit": "7.4.4",
"php-coveralls/php-coveralls": "2.1.0"
"php-coveralls/php-coveralls": "2.1.0",
"squizlabs/php_codesniffer": "3.3.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 99af12a

Please sign in to comment.