Skip to content
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

Fix PHP 8.4 deprecations nullable objects #179

Merged

Conversation

alexander-schranz
Copy link
Member

No description provided.

@alexander-schranz alexander-schranz force-pushed the enhancement/php-84-deprecations branch from c716335 to 89bdac6 Compare December 2, 2024 17:14
@alexander-schranz alexander-schranz force-pushed the enhancement/php-84-deprecations branch 2 times, most recently from 2b1f471 to 5cb7be0 Compare December 2, 2024 17:15
composer.json Outdated
@@ -32,7 +32,7 @@
"symfony/security-bundle": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/twig-bundle": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/validator": "^4.3 || ^5.0 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.0.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.0.4 || ^6.0 || 7.1.*",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 7.2 bridge currently fails with: PHP Fatal error: Uncaught Error: Call to private PHPUnit\Framework\TestSuite::__construct() from scope PHPUnit\Util\Configuration in /home/runner/work/MassiveSearchBundle/MassiveSearchBundle/vendor/bin/.phpunit/phpunit-8-1/src/Util/Configuration.php:990

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this is failing since a longer time without a proper fix yet. So I will ignore the issue.

@alexander-schranz alexander-schranz force-pushed the enhancement/php-84-deprecations branch from 5cb7be0 to 2f1441f Compare December 2, 2024 17:19
@alexander-schranz alexander-schranz force-pushed the enhancement/php-84-deprecations branch from 2f1441f to 9687209 Compare December 2, 2024 17:19
@Prokyonn Prokyonn merged commit 8f5a464 into massiveart:2.9 Dec 2, 2024
4 of 8 checks passed
@alexander-schranz alexander-schranz deleted the enhancement/php-84-deprecations branch December 2, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants