From 03d9a77601e4e81934a1c764dd9800f364338fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Alvergnat?= Date: Sat, 22 Aug 2020 22:19:41 +0200 Subject: [PATCH] Add PHP 7.3/7.4 to TravisCI build --- .travis.yml | 5 ++--- tests/Issues/I43/.gitignore | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 tests/Issues/I43/.gitignore diff --git a/.travis.yml b/.travis.yml index 4380fb4a..b9cd8b2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ cache: php: - 7.1 - 7.2 + - 7.3 + - 7.4 matrix: include: @@ -16,9 +18,6 @@ matrix: before_script: - pecl install xmldiff - - echo "xdebug.max_nesting_level=1000" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - - if [[ $TRAVIS_PHP_VERSION == '7.'* ]]; then composer --dev require ocramius/package-versions:^1.0 --no-update; fi - - composer update $COMPOSER_FLAGS script: diff --git a/tests/Issues/I43/.gitignore b/tests/Issues/I43/.gitignore new file mode 100644 index 00000000..c0363794 --- /dev/null +++ b/tests/Issues/I43/.gitignore @@ -0,0 +1 @@ +tmp/ \ No newline at end of file