Skip to content

Use Docker for testing documentation #248

Use Docker for testing documentation

Use Docker for testing documentation #248

Triggered via push January 25, 2025 14:08
Status Success
Total duration 2m 16s
Artifacts

ci.yaml

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

Annotations

8 warnings
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 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.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.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.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/AntiSpamBundle.php#L76
Escaped Mutant for Mutator "Foreach_": @@ @@ foreach (array_keys(self::CONFIG_KEY_TO_VALIDATOR_MAPPING) as $key) { if (array_key_exists($key, $profile)) { $newConfig = []; - foreach ($profile[$key] as $param => $value) { + foreach ([] as $param => $value) { $newConfig[lcfirst(str_replace(' ', '', ucwords(str_replace('_', ' ', $param))))] = $value; } $profile[$key] = $newConfig;