Skip to content
Why GitHub?
Features
→
Code review
Project management
Integrations
Actions
Packages
Security
Team management
Hosting
Customer stories
→
Security
→
Enterprise
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
Watch
60
Star
889
Fork
111
nette
/
utils
Code
Issues
6
Pull requests
9
Projects
0
Security
Insights
Permalink
Browse files
travis: added PHP 7.4
Loading branch information
dg
committed
Nov 13, 2019
1 parent
bc1df25
commit
7006e512503d383056474214e29328d846f7e80f
Unified
Split
Showing
2 changed files
with
4 additions
and
3 deletions
.
+2
−2
.travis.yml
+2
−1
readme.md
4
.travis.yml
Show comments
View file
Edit file
Delete file
@@ -3,7 +3,7 @@ php:
-
7.1
-
7.2
-
7.3
-
7.
4snapshot
-
7.
4
before_install
:
#
turn off XDebug
@@ -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
@@ -55,7 +56,6 @@ jobs:
allow_failures
:
-
stage
:
Static Analysis (informative)
-
stage
:
Code Coverage
-
php
:
7.4snapshot
sudo
:
false
3
readme.md
Show comments
View file
Edit file
Delete file
@@ -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
Toggle all file notes
0 comments on commit
7006e51
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
7006e51