-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.x] chore: remove support of PHP 7.4 and 8.0 #280
[3.x] chore: remove support of PHP 7.4 and 8.0 #280
Conversation
f1e2c1f
to
36feabe
Compare
a4a2cd3
to
802e545
Compare
96cb584
to
c0b57fa
Compare
39d5791
to
5352aa5
Compare
There was an issue with the MongoDB test with It randomly appeared when I ran The minimal version for Update: here is the error (?): $ docker-compose exec php-fpm ./vendor/bin/phpunit tests/Test/ConfigMongodbTest.php --debug
PHPUnit Started (PHPUnit 10.5.11 using PHP 8.1.27 (cli) on Linux)
Test Runner Configured
Test Suite Loaded (1 test)
Event Facade Sealed
Test Runner Started
Test Suite Sorted
Test Runner Execution Started (1 test)
Test Suite Started (Liip\Acme\Tests\Test\ConfigMongodbTest, 1 test)
Test Errored (Liip\Acme\Tests\Test\ConfigMongodbTest::testLoadFixturesMongodb)
Deprecated: Return type of Doctrine\ODM\MongoDB\APM\CommandLogger::commandStarted(MongoDB\Driver\Monitoring\CommandStartedEvent $event) should either be compatible with MongoDB\Driver\Monitoring\CommandSubscriber::commandStarted(MongoDB\Driver\Monitoring\CommandStartedEvent $event): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /application/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLogger.php on line 47
Deprecated: Return type of Doctrine\ODM\MongoDB\APM\CommandLogger::commandSucceeded(MongoDB\Driver\Monitoring\CommandSucceededEvent $event) should either be compatible with MongoDB\Driver\Monitoring\CommandSubscriber::commandSucceeded(MongoDB\Driver\Monitoring\CommandSucceededEvent $event): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /application/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLogger.php on line 52
Deprecated: Return type of Doctrine\ODM\MongoDB\APM\CommandLogger::commandFailed(MongoDB\Driver\Monitoring\CommandFailedEvent $event) should either be compatible with MongoDB\Driver\Monitoring\CommandSubscriber::commandFailed(MongoDB\Driver\Monitoring\CommandFailedEvent $event): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /application/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLogger.php on line 62
Test Suite Finished (Liip\Acme\Tests\Test\ConfigMongodbTest, 1 test)
Test Runner Execution Finished
Test Runner Finished
PHPUnit Finished (Shell Exit Code: 2) |
5352aa5
to
7277290
Compare
We need |
It requires |
1d91fd2
to
f827766
Compare
44fed80
to
9f9877e
Compare
9f9877e
to
1f24a9f
Compare
The actual error was:
Using |
See: