Fix CI on PHP5

This commit is contained in:
Nicolas Grekas
2020-04-06 19:23:50 +02:00
parent a940d78909
commit 27479d6524
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -9,11 +9,11 @@ cache:
- vendor
- $HOME/.composer/cache/files
env:
global:
- TWIG_EXT=no
- SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1
- SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE=1
before_install:
- phpenv config-rm xdebug.ini || return 0
-1
View File
@@ -19,7 +19,6 @@
<php>
<ini name="error_reporting" value="-1" />
<ini name="xdebug.overload_var_dump" value="0" />
<server name="SYMFONY_PHPUNIT_VERSION" value="7.5" />
</php>
<listeners>