Merge branch '4.4' into 5.0

* 4.4:
  [travis] display deprecations in nightly jobs
This commit is contained in:
Nicolas Grekas 2020-05-24 10:57:36 +02:00
commit 466b70d655
2 changed files with 1 additions and 4 deletions

View File

@ -31,8 +31,6 @@ matrix:
- php: nightly - php: nightly
services: [memcached] services: [memcached]
fast_finish: true fast_finish: true
allow_failures:
- php: nightly
cache: cache:
directories: directories:
@ -254,7 +252,7 @@ install:
# Set composer's platform to php 7.4 if we're on php 8. # Set composer's platform to php 7.4 if we're on php 8.
if [[ $PHP = nightly ]]; then if [[ $PHP = nightly ]]; then
composer config platform.php 7.4.99 composer config platform.php 7.4.99
export SYMFONY_DEPRECATIONS_HELPER=weak export SYMFONY_DEPRECATIONS_HELPER=max[total]=999
fi fi
- | - |

View File

@ -17,7 +17,6 @@
], ],
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"psr/log": "^1.0",
"symfony/polyfill-php80": "^1.15" "symfony/polyfill-php80": "^1.15"
}, },
"conflict": { "conflict": {