test against 7.4

This commit is contained in:
Robin Appelman 2020-02-12 17:50:23 +01:00
commit 85b84ed1f3
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
vendor
composer.lock
build
example.php

View file

@ -5,6 +5,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4
install:
- composer install --dev --no-interaction