Skip to content

Commit

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

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


sudo: false
dist: xenial

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ The recommended way to install is via Composer:
composer require nette/utils
```

- Nette Utils 3.0 is compatible with PHP 7.1 to 7.4
- Nette Utils 2.5 is compatible with PHP 5.6 to 7.4
- Nette Utils 3.0 is compatible with PHP 7.1 to 8.0
- Nette Utils 2.5 is compatible with PHP 5.6 to 8.0

0 comments on commit 4fa14b5

Please sign in to comment.