diff --git a/.travis.yml b/.travis.yml index 74ce2c474..96d911780 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ php: - 7.2 - 7.3 - 7.4 + - 8.0snapshot before_install: # turn off XDebug @@ -51,7 +52,7 @@ jobs: - stage: Code Coverage -sudo: false +dist: xenial cache: directories: diff --git a/readme.md b/readme.md index 76d2abf88..b8ba60f48 100644 --- a/readme.md +++ b/readme.md @@ -72,7 +72,7 @@ The best way how to install Latte is to [download a latest package](https://gith composer require latte/latte ``` -The Latte requires PHP version 5.4.4 or newer (is compatible with PHP 7.0 and 7.1). +Latte requires PHP version 5.4.4 and supports PHP up to 8.0. Macros