mirror of
https://github.com/rlanvin/php-rrule.git
synced 2024-11-28 05:24:10 +01:00
7c93c0e48a
Drop compatibility with PHP < 5.6 Ref #43
10 lines
114 B
YAML
Executable File
10 lines
114 B
YAML
Executable File
language: php
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
install:
|
|
- composer install -n
|
|
script:
|
|
- vendor/bin/phpunit |