diff --git a/README.md b/README.md index e34166068a..d48ea137fb 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ Prerequisite packages are: * GNU `make` >= 3.81 * [`re2c`](http://re2c.org) >= 0.13 +NOTE: Support for PHP 5.x is provided on a best-effort basis and will be removed in near future. + ##### Ubuntu ```bash diff --git a/appveyor.yml b/appveyor.yml index dc298cfc82..cd72540262 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,8 +62,6 @@ branches: - 4.0.x - 3.4.x -skip_non_tags: true - install: - git submodule update --init --recursive - ps: Import-Module .\tests\_ci\appveyor.psm1