Skip to content

Commit 12ee5c4

Browse files
authored
Merge pull request #110 from BitOne/php74_release
Officially supports 7.4 and removes support for 5.5
2 parents c0c73c8 + 003d74f commit 12ee5c4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ php:
1212
- nightly
1313

1414
matrix:
15-
include:
16-
- php: 5.5
17-
dist: trusty
1815
allow_failures:
1916
- php: nightly
20-
- php: 7.4
2117

2218
before_script:
2319
- phpenv config-rm xdebug.ini

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ One of the main sources of inspiration for this tool is the Java jmap tool with
1010

1111
Compatibility
1212
-------------
13-
PHP 5.5, 5.6, 7.0, 7.1, 7.2 and 7.3.
13+
PHP 5.6, 7.0, 7.1, 7.2, 7.3 and 7.4.
1414

1515
May compile and work with PHP 5.3 and 5.4 but hasn't been tested with these versions.
1616

0 commit comments

Comments
 (0)