Skip to content

test suite

test suite #220

Triggered via schedule December 16, 2024 11:04
Status Success
Total duration 1m 21s
Artifacts

ci.yaml

on: schedule
Matrix: run
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.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.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.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.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
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 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.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.3 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 stable dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636