Skip to content

Extend PHPStan ignore config to support multiple PHP versions #234

Extend PHPStan ignore config to support multiple PHP versions

Extend PHPStan ignore config to support multiple PHP versions #234

Triggered via push January 16, 2025 10:11
Status Failure
Total duration 6h 0m 26s
Artifacts

ci.yaml

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

Annotations

2 errors and 12 warnings
PHP 8.4 lowest dependencies
The job running on runner GitHub Actions 14 has exceeded the maximum execution time of 360 minutes.
PHP 8.4 lowest dependencies
The operation was canceled.
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.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 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 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.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.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.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#L130
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.4 stable dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636