Skip to content

Commit

Permalink
Merge pull request #6 from abacaphiliac/php-compat
Browse files Browse the repository at this point in the history
cicd(php): add newest php versions to the build matrix
  • Loading branch information
abacaphiliac authored Aug 3, 2019
2 parents 5398557 + caafe9c commit ba11d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: php
php:
- '7.3'
- 7.0
- 7.1
- 7.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"johnkary/phpunit-speedtrap": "^2.0",
"phpunit/phpunit": "^6.5",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.3"
"squizlabs/php_codesniffer": "^3.4"
},
"scripts": {
"build": "composer lint:syntax && composer lint:style && composer test:units && composer test:mutants",
Expand Down

0 comments on commit ba11d82

Please sign in to comment.