Skip to content

Commit

Permalink
Remove php 7.0 from travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
dkgroot committed Nov 27, 2021
1 parent 6dca144 commit be09d49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cache:
- $HOME/.composer/cache

php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"psr/log": ">= 1.0.0"
},
"require-dev": {
"phpunit/phpunit": ">=6.5.14",
"phpunit/phpunit": ">=7.0.0",
"php-coveralls/php-coveralls": ">=1.0.2",
"sebastian/phpcpd": "*",
"phing/phing": "*",
Expand Down

0 comments on commit be09d49

Please sign in to comment.