Skip to content

Commit

Permalink
travis: added PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 3, 2019
1 parent c110692 commit f32d971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4

before_install:
# turn off XDebug
Expand Down Expand Up @@ -36,6 +36,7 @@ jobs:


- stage: Static Analysis (informative)
php: 7.4
install:
# Install PHPStan
- travis_retry composer create-project phpstan/phpstan-shim temp/phpstan --no-progress
Expand All @@ -55,7 +56,6 @@ jobs:
allow_failures:
- stage: Static Analysis (informative)
- stage: Code Coverage
- php: 7.4snapshot


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

It requires PHP version 7.1 and supports PHP up to 7.3.
- 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

0 comments on commit f32d971

Please sign in to comment.