Skip to content

Commit be09d49

Browse files
committed
Remove php 7.0 from travis build
1 parent 6dca144 commit be09d49

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cache:
77
- $HOME/.composer/cache
88

99
php:
10-
- '7.0'
1110
- '7.1'
1211
- '7.2'
1312
- '7.3'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"psr/log": ">= 1.0.0"
3636
},
3737
"require-dev": {
38-
"phpunit/phpunit": ">=6.5.14",
38+
"phpunit/phpunit": ">=7.0.0",
3939
"php-coveralls/php-coveralls": ">=1.0.2",
4040
"sebastian/phpcpd": "*",
4141
"phing/phing": "*",

0 commit comments

Comments
 (0)