Skip to content

Commit d3c208e

Browse files
authored
Merge pull request #38 from php-http/remove-legacy-php-versions
drop old php versions
2 parents bdb5af3 + df61bfa commit d3c208e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.travis.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ cache:
77
- $HOME/.composer/cache/files
88

99
php:
10-
- 5.6
11-
- 7.0
1210
- 7.1
1311
- 7.2
12+
- 7.3
1413

1514
env:
1615
global:
@@ -21,17 +20,13 @@ branches:
2120
- /^analysis-.*$/
2221

2322
matrix:
24-
allow_failures:
25-
- php: hhvm
2623
fast_finish: true
2724
include:
28-
- php: 5.6
25+
- php: 7.1
2926
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30-
- php: hhvm
31-
dist: trusty
3227

3328
before_install:
34-
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
29+
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini; fi
3530

3631
install:
3732
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^5.6 || ^7.0",
14+
"php": "^7.1",
1515
"php-http/httplug": "^1.0",
1616
"react/http-client": "~0.5.9",
1717
"react/dns": "^1.0|^0.4.15",

0 commit comments

Comments
 (0)