Skip to content

Commit

Permalink
tested on PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 1, 2020
1 parent 53f5776 commit 1bba1ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0snapshot

before_install:
# turn off XDebug
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
- stage: Code Coverage


sudo: false
dist: xenial

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bba1ae

Please sign in to comment.