mirror of
https://github.com/simshaun/recurr.git
synced 2025-01-17 16:08:14 +01:00
1da79d8629
* Typehint \DateTimeInterface instead of \DateTime. Resolves simshaun/recurr#84 * Bump required minimum PHP version to 5.5
12 lines
221 B
YAML
12 lines
221 B
YAML
language: php
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
before_script:
|
|
- composer self-update
|
|
- composer update nothing
|
|
- composer --prefer-source --dev install
|
|
script: ./vendor/bin/phpunit --coverage-text
|