Actualización

This commit is contained in:
Xes
2025-04-10 12:24:57 +02:00
parent 8969cc929d
commit 45420b6f0d
39760 changed files with 4303286 additions and 0 deletions

42
vendor/patchwork/utf8/.travis.yml vendored Normal file
View File

@@ -0,0 +1,42 @@
language: php
dist: bionic
php:
- 7.4
- 8.0
matrix:
include:
- php: 5.3
dist: precise
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
dist: xenial
- php: 7.0
dist: xenial
- php: 7.1
dist: bionic
- php: 7.2
dist: bionic
- php: 7.3
dist: bionic
env:
global:
- SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1
install:
- composer update
- vendor/bin/simple-phpunit install
script:
- vendor/bin/simple-phpunit --coverage-text
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi;
- vendor/bin/simple-phpunit --group unicode
branches:
only:
- master