mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-18 03:33:53 +00:00
a5ed8d58ed
* Update dependencies * dns_get_record wrapper for testing of the function's behaviour * remove unused classes * Fix Psalm errors * Increase PHP Version
15 lines
339 B
YAML
15 lines
339 B
YAML
imports:
|
|
- php
|
|
|
|
build:
|
|
environment:
|
|
php: '7.4'
|
|
tests:
|
|
override:
|
|
-
|
|
command: 'vendor/bin/phpunit --coverage-clover=clover.xml --exclude-group flaky'
|
|
coverage:
|
|
file: 'clover.xml'
|
|
format: 'clover'
|
|
- php-scrutinizer-run
|