Skip to content

Commit

Permalink
Merge pull request #110 from BitOne/php74_release
Browse files Browse the repository at this point in the history
Officially supports 7.4 and removes support for 5.5
  • Loading branch information
BitOne committed Feb 15, 2021
2 parents c0c73c8 + 003d74f commit 12ee5c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ php:
- nightly

matrix:
include:
- php: 5.5
dist: trusty
allow_failures:
- php: nightly
- php: 7.4

before_script:
- phpenv config-rm xdebug.ini
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ One of the main sources of inspiration for this tool is the Java jmap tool with

Compatibility
-------------
PHP 5.5, 5.6, 7.0, 7.1, 7.2 and 7.3.
PHP 5.6, 7.0, 7.1, 7.2, 7.3 and 7.4.

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

Expand Down

0 comments on commit 12ee5c4

Please sign in to comment.