Skip to content

Commit 4f13aed

Browse files
committed
Drop PHP support pre 7.0
Pin testing to hhvm-3.18 Change-Id: I097b9391620718bc19963411734075b6968b5c80
1 parent 601e8bd commit 4f13aed

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
sudo: false
22
language: php
33
php:
4-
- "5.5"
5-
- "5.6"
64
- "7.0"
75
- "7.1"
86
- "7.2"
9-
- "hhvm"
7+
- "hhvm-3.18"
108
env:
119
global:
1210
- COMPOSER_DISABLE_XDEBUG_WARN=1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"require": {
22-
"php": ">=5.5.9"
22+
"php": ">=5.6.99"
2323
},
2424
"require-dev": {
2525
"jakub-onderka/php-parallel-lint": "1.0.0",

0 commit comments

Comments
 (0)