Merge pull request #881 from phil-davis/test-php-7.4

Add PHP 7.4 to test matrix
This commit is contained in:
Phil Davis 2020-02-17 15:56:52 +05:45 committed by GitHub
commit 67fe324c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,11 @@
language: php
dist: trusty
php:
- 7
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
matrix:
fast_finish: true