mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-01-22 12:07:32 +00:00
Update PHP versions
This commit is contained in:
parent
58317fb17b
commit
eb26a1a5a4
|
@ -1,14 +1,13 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
|
||||
before_script:
|
||||
- composer install --dev --prefer-source --no-interaction
|
||||
|
||||
script:
|
||||
- vendor/bin/php-cs-fixer fix --dry-run
|
||||
- vendor/bin/phpunit
|
||||
- vendor/bin/phpunit
|
||||
|
|
Loading…
Reference in a new issue