Skip to content

Commit 29563b9

Browse files
committed
WillBeRemoved, Ensure Travis is OK on PHP 8.1
It only fix one last error due to Doctrine throwing warning on PHP 8.1. other/tasksTest, 1 subtests trying to load Doctrine_Manager. To avoid this warning on your setup: - Use temporary: php.ini error_reporting = E_ALL & ~E_DEPRECATED - Use temporary: Tybaze/doctrine1, branch compat_php8.1 - Use FriendsOfSymfony1/doctrine1 once merged PR-85
1 parent 7ae16a6 commit 29563b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ install:
4848
# by default, --remote is not used on travis
4949
- git submodule update --remote --force
5050
- composer install --prefer-dist --no-progress --no-suggest -o
51+
# Temporary, while Doctrine is not merged, it will avoid one error tasksTest
52+
- echo 'error_reporting = E_ALL & ~E_DEPRECATED' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
5153

5254
script:
5355
- php data/bin/check_configuration.php

0 commit comments

Comments
 (0)