Skip to content

Commit

Permalink
Merge branch '4.4' into 5.0
Browse files Browse the repository at this point in the history
* 4.4:
  [travis] display deprecations in nightly jobs
  • Loading branch information
nicolas-grekas committed May 24, 2020
2 parents 49eb5c9 + 6e7658b commit 466b70d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -31,8 +31,6 @@ matrix:
- php: nightly
services: [memcached]
fast_finish: true
allow_failures:
- php: nightly

cache:
directories:
Expand Down Expand Up @@ -254,7 +252,7 @@ install:
# Set composer's platform to php 7.4 if we're on php 8.
if [[ $PHP = nightly ]]; then
composer config platform.php 7.4.99
export SYMFONY_DEPRECATIONS_HELPER=weak
export SYMFONY_DEPRECATIONS_HELPER=max[total]=999
fi
- |
Expand Down
1 change: 0 additions & 1 deletion src/Symfony/Component/Notifier/composer.json
Expand Up @@ -17,7 +17,6 @@
],
"require": {
"php": ">=7.2.5",
"psr/log": "^1.0",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
Expand Down

0 comments on commit 466b70d

Please sign in to comment.