Downbump deps for PHP 8.1 compatibility #224
Annotations
2 errors and 13 warnings
PHP 8.4 lowest dependencies
The job running on runner GitHub Actions 18 has exceeded the maximum execution time of 360 minutes.
|
PHP 8.4 lowest dependencies
The operation was canceled.
|
PHP 8.3 lowest dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.4 beta/RC dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.3 beta/RC dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.3 stable dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.4 stable dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.4 stable dependencies:
src/EventSubscriber/FormProfileSubscriber.php#L129
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
$form = $event->getForm();
$request = $this->requestStack->getMainRequest();
$result = new AntiSpamFormResult($form, $request, $this->profile);
- $this->eventDispatcher->dispatch(new FormProcessedEvent($result), AntiSpamEvents::FORM_PROCESSED);
+
AntiSpam::setLastResult($result);
if ($result->hasAntiSpamErrors()) {
$this->logger?->info(sprintf('Form submission from IP %s at %s violated anti-spam rules', $request?->getClientIp() ?? 'unknown', $request?->getRequestUri() ?? 'unknown'));
|
PHP 8.2 beta/RC dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.2 lowest dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.2 stable dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.2 stable dependencies:
src/EventSubscriber/FormProfileSubscriber.php#L129
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
$form = $event->getForm();
$request = $this->requestStack->getMainRequest();
$result = new AntiSpamFormResult($form, $request, $this->profile);
- $this->eventDispatcher->dispatch(new FormProcessedEvent($result), AntiSpamEvents::FORM_PROCESSED);
+
AntiSpam::setLastResult($result);
if ($result->hasAntiSpamErrors()) {
$this->logger?->info(sprintf('Form submission from IP %s at %s violated anti-spam rules', $request?->getClientIp() ?? 'unknown', $request?->getRequestUri() ?? 'unknown'));
|
PHP 8.1 lowest dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.1 stable dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.1 beta/RC dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|