Removed php 7.0 support as it breaks tests
This commit is contained in:
parent
b6f29cfc08
commit
3dc09d7772
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
language: php
|
||||
dist: trusty
|
||||
php:
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php" : "^7.0",
|
||||
"php" : "^7.1",
|
||||
"sabre/dav" : "~4.1.0",
|
||||
"twig/twig" : "~1.8.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue