Travis: add php 7.4 && 8.0
This commit is contained in:
parent
b89d418dcf
commit
75cd1c3f28
1 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,6 @@ php:
|
|||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4
|
||||
- 8.0
|
||||
script: git diff --name-only $TRAVIS_COMMIT_RANGE | grep '\.php$' | xargs -n1 -P8 php -l | grep -v 'No syntax errors'; test $? -eq 1
|
||||
|
|
Loading…
Reference in a new issue