minor #3309 Fix CI on PHP5 (nicolas-grekas)

This PR was merged into the 1.x branch.

Discussion
----------

Fix CI on PHP5

Commits
-------

27479d65 Fix CI on PHP5
This commit is contained in:
Fabien Potencier
2020-04-22 23:35:26 +02:00
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>