Skip to content

Commit

Permalink
Merge pull request #16 from flavioheleno/improv/php-7x
Browse files Browse the repository at this point in the history
Added PHP 7.1 to 7.4 to Travis-CI build matrix
  • Loading branch information
nilportugues authored Apr 21, 2020
2 parents e55984e + fce1ddd commit 414443d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: php
php:
- "5.6"
- "7.0"
- "7.1"
- "7.2"
- "7.3"
- "7.4"
- "hhvm"

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": ">=5.4",
"symfony/console": "^2|^3|^4",
"zendframework/zend-code": "~2"
"zendframework/zend-code": "~3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2",
Expand Down

0 comments on commit 414443d

Please # to comment.