Skip to content

Commit

Permalink
Travis: add php 7.4 && 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x authored and vrana committed Dec 10, 2020
1 parent b89d418 commit 75cd1c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 75cd1c3

Please sign in to comment.