blob: fdc6ff5312c06235c911199ce96da19e538eec34 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001language: php
2
3php:
4 - 5.6
5 - 7.0
6 - 7.1
7 - 7.2
8 - 7.3
9 - 7.4
10
11before_script:
12 - composer install
13
14script:
15 - vendor/bin/phpunit --coverage-text tests